Switch to different flag set

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-29 17:42:40 +00:00
parent f1757c414c
commit 79c033765c

View File

@ -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