aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/X86InstrInfo.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrInfo.def b/lib/Target/X86/X86InstrInfo.def
index 1ddd32a9ad..da04e1fc80 100644
--- a/lib/Target/X86/X86InstrInfo.def
+++ b/lib/Target/X86/X86InstrInfo.def
@@ -29,7 +29,7 @@ I(PHI , "phi", 0, 0)
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