summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-26 06:38:29 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-26 06:38:29 +0000
commitb4b352656a4fe768ac5d1e8a4c9d9959e0caee57 (patch)
tree171fd342c4618e880e0531f4dacc082130305077 /llvm/lib
parentc9e7b8ec5092cd08fd3618c0e80b1bf41577dc95 (diff)
downloadbcm5719-llvm-b4b352656a4fe768ac5d1e8a4c9d9959e0caee57.tar.gz
bcm5719-llvm-b4b352656a4fe768ac5d1e8a4c9d9959e0caee57.zip
Typos: POPQ -> POPFQ, POPD -> POPFD.
llvm-svn: 42348
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td2
-rw-r--r--llvm/lib/Target/X86/X86InstrX86-64.td2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index 7bd997f1993..4ddff1486b7 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -430,7 +430,7 @@ def PUSH32r : I<0x50, AddRegFrm, (outs), (ins GR32:$reg), "push{l}\t$reg",[]>;
}
let Defs = [ESP, EFLAGS], Uses = [ESP] in
-def POPD : I<0x9D, RawFrm, (outs), (ins), "popfd", []>;
+def POPFD : I<0x9D, RawFrm, (outs), (ins), "popfd", []>;
let Defs = [ESP], Uses = [ESP, EFLAGS] in
def PUSHFD : I<0x9C, RawFrm, (outs), (ins), "pushfd", []>;
diff --git a/llvm/lib/Target/X86/X86InstrX86-64.td b/llvm/lib/Target/X86/X86InstrX86-64.td
index 92965d3b7ee..6b1d4094801 100644
--- a/llvm/lib/Target/X86/X86InstrX86-64.td
+++ b/llvm/lib/Target/X86/X86InstrX86-64.td
@@ -124,7 +124,7 @@ def PUSH64r : I<0x50, AddRegFrm,
}
let Defs = [RSP, EFLAGS], Uses = [RSP] in
-def POPQ : I<0x9D, RawFrm, (outs), (ins), "popfq", []>, REX_W;
+def POPFQ : I<0x9D, RawFrm, (outs), (ins), "popfq", []>, REX_W;
let Defs = [RSP], Uses = [RSP, EFLAGS] in
def PUSHFQ : I<0x9C, RawFrm, (outs), (ins), "pushfq", []>;
OpenPOWER on IntegriCloud