1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Switch to different flag set

llvm-svn: 4393
This commit is contained in:
Chris Lattner 2002-10-29 17:42:40 +00:00
parent b49e35e745
commit f963781fcb

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