llvm-mirror/lib/VMCore
Reid Spencer 4428c3483b For PR950:
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced with ICmpInst and FCmpInst.

llvm-svn: 32751
2006-12-23 06:05:41 +00:00
..
AsmWriter.cpp
BasicBlock.cpp
ConstantFolding.cpp For PR950: 2006-12-23 06:05:41 +00:00
ConstantFolding.h For PR950: 2006-12-23 06:05:41 +00:00
Constants.cpp For PR950: 2006-12-23 06:05:41 +00:00
Dominators.cpp
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp For PR950: 2006-12-23 06:05:41 +00:00
Instructions.cpp For PR950: 2006-12-23 06:05:41 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManager.cpp
PassManagerT.h
SymbolTable.cpp For PR950: 2006-12-23 06:05:41 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp For PR950: 2006-12-23 06:05:41 +00:00