summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrSystem.td
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2010-10-22 03:58:29 +0000
committerAndrew Trick <atrick@apple.com>2010-10-22 03:58:29 +0000
commitedd006c1c38b8a1f752a93c49a47972e063d9fed (patch)
tree759081ef5bfb0757eb5288526410a4a1b4a679e7 /llvm/lib/Target/X86/X86InstrSystem.td
parent0188eb9a5fe284a06e0fe3e5625291bcab11532e (diff)
downloadbcm5719-llvm-edd006c1c38b8a1f752a93c49a47972e063d9fed.tar.gz
bcm5719-llvm-edd006c1c38b8a1f752a93c49a47972e063d9fed.zip
Reverting r117031 to cleanup valgrind errors.
It doesn't look like anything is wrong with the checkin, but the new test cases expose a mem bug in AsmParser. llvm-svn: 117087
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrSystem.td')
-rw-r--r--llvm/lib/Target/X86/X86InstrSystem.td8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86InstrSystem.td b/llvm/lib/Target/X86/X86InstrSystem.td
index 835794d5d40..48b6d6ecf07 100644
--- a/llvm/lib/Target/X86/X86InstrSystem.td
+++ b/llvm/lib/Target/X86/X86InstrSystem.td
@@ -310,13 +310,13 @@ def LGS64rm : RI<0xb5, MRMSrcMem, (outs GR64:$dst), (ins opaque80mem:$src),
def VERRr : I<0x00, MRM4r, (outs), (ins GR16:$seg),
- "verr{w}\t$seg", []>, TB;
+ "verr\t$seg", []>, TB;
def VERRm : I<0x00, MRM4m, (outs), (ins i16mem:$seg),
- "verr{w}\t$seg", []>, TB;
+ "verr\t$seg", []>, TB;
def VERWr : I<0x00, MRM5r, (outs), (ins GR16:$seg),
- "verw{w}\t$seg", []>, TB;
+ "verw\t$seg", []>, TB;
def VERWm : I<0x00, MRM5m, (outs), (ins i16mem:$seg),
- "verw{w}\t$seg", []>, TB;
+ "verw\t$seg", []>, TB;
//===----------------------------------------------------------------------===//
// Descriptor-table support instructions
OpenPOWER on IntegriCloud