Commit 61cb44fe by Andrew Pinski Committed by Andrew Pinski

i386.md (trap): Use "".word/t0x0b0f" instead of ud2.

2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.

From-SVN: r102246
parent aa8f5c20
2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
* config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.
2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/21180
* fold-const.c (fold_build1): Add checksum for the operands.
(fold_build2): Likewise.
......
......@@ -19797,7 +19797,7 @@
(define_insn "trap"
[(trap_if (const_int 1) (const_int 6))]
""
"ud2"
".word\t0x0b0f"
[(set_attr "length" "2")])
(define_expand "sse_prologue_save"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment