[llvm-commits] CVS: llvm/lib/Target/X86/X86InstructionInfo.def

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 29 11:44:04 PST 2002


Changes in directory llvm/lib/Target/X86:

X86InstructionInfo.def updated: 1.2 -> 1.3

---
Log message:

Switch to different flag set


---
Diffs of the changes:

Index: llvm/lib/Target/X86/X86InstructionInfo.def
diff -u llvm/lib/Target/X86/X86InstructionInfo.def:1.2 llvm/lib/Target/X86/X86InstructionInfo.def:1.3
--- llvm/lib/Target/X86/X86InstructionInfo.def:1.2	Sun Oct 27 15:16:44 2002
+++ llvm/lib/Target/X86/X86InstructionInfo.def	Tue Oct 29 11:42:40 2002
@@ -29,7 +29,7 @@
 I(NOOP        , "nop",                0, 0)      // nop          90
 
 // Miscellaneous instructions
-I(RET         , "ret",         MIF::RET, 0)      // ret          CB
+I(RET         , "ret",       M_RET_FLAG, 0)      // ret          CB
 
 // Move instructions
 I(MOVir8      , "movb",               0, 0)      // R = imm8     B0+ rb





More information about the llvm-commits mailing list