summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-27 19:01:55 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-27 19:01:55 +0000
commit5a71402be679893fcf2057cfe7489cdfa844d8f1 (patch)
tree210f070fa9bc74d7f5b0730e14b3a475bb488163 /llvm/lib
parentf6546b38b2f598aa8387ea6106392861b83c53ec (diff)
downloadbcm5719-llvm-5a71402be679893fcf2057cfe7489cdfa844d8f1.tar.gz
bcm5719-llvm-5a71402be679893fcf2057cfe7489cdfa844d8f1.zip
Doh. Calls clobber EFLAGS.
llvm-svn: 42413
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrX86-64.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrX86-64.td b/llvm/lib/Target/X86/X86InstrX86-64.td
index c0287c40012..ec6b9095f07 100644
--- a/llvm/lib/Target/X86/X86InstrX86-64.td
+++ b/llvm/lib/Target/X86/X86InstrX86-64.td
@@ -93,7 +93,7 @@ let isCall = 1 in
FP0, FP1, FP2, FP3, FP4, FP5, FP6, ST0,
MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7,
- XMM8, XMM9, XMM10, XMM11, XMM12, XMM13, XMM14, XMM15] in {
+ XMM8, XMM9, XMM10, XMM11, XMM12, XMM13, XMM14, XMM15, EFLAGS] in {
def CALL64pcrel32 : I<0xE8, RawFrm, (outs), (ins i64imm:$dst, variable_ops),
"call\t${dst:call}", []>;
def CALL64r : I<0xFF, MRM2r, (outs), (ins GR64:$dst, variable_ops),
OpenPOWER on IntegriCloud