1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/CodeGen/InstrSelection
Misha Brukman ba5c703619 Do not hastily change the Opcode from 'r' to 'i' type if we're not actually
SETTING the operand to be an immediate or have verified that one of the operands
is really a SignExtended or Unextended immediate value already, which warrants
an 'i' opcode.

llvm-svn: 6662
2003-06-07 02:34:43 +00:00
..
InstrForest.cpp Use newly-added type inspection support in InstTreeNode subclasses. 2002-08-24 21:02:09 +00:00
InstrSelection.cpp Added MachineCodeForInstruction object as an argument to 2003-05-31 07:41:24 +00:00
InstrSelectionSupport.cpp Do not hastily change the Opcode from 'r' to 'i' type if we're not actually 2003-06-07 02:34:43 +00:00
Makefile