summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-01-08 06:09:18 +0000
committerCraig Topper <craig.topper@gmail.com>2016-01-08 06:09:18 +0000
commit04493fda81a1d8b8a9a1b766622e4c6695ce405f (patch)
treed652703ef5cb6727c3920e765d312825d1242e78 /llvm/lib
parent29510c043069a1e30b024a5282f94e41787ff200 (diff)
downloadbcm5719-llvm-04493fda81a1d8b8a9a1b766622e4c6695ce405f.tar.gz
bcm5719-llvm-04493fda81a1d8b8a9a1b766622e4c6695ce405f.zip
[X86] Don't print the aliased version of CVTSD2SI64rm. This appears to be a mistake I made years ago.
llvm-svn: 257149
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrSSE.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrSSE.td b/llvm/lib/Target/X86/X86InstrSSE.td
index 322810a0e2c..859ff378182 100644
--- a/llvm/lib/Target/X86/X86InstrSSE.td
+++ b/llvm/lib/Target/X86/X86InstrSSE.td
@@ -1808,7 +1808,7 @@ def : InstAlias<"cvtss2si{q}\t{$src, $dst|$dst, $src}",
def : InstAlias<"cvtsd2si{q}\t{$src, $dst|$dst, $src}",
(CVTSD2SI64rr GR64:$dst, VR128:$src), 0>;
def : InstAlias<"cvtsd2si{q}\t{$src, $dst|$dst, $src}",
- (CVTSD2SI64rm GR64:$dst, sdmem:$src)>;
+ (CVTSD2SI64rm GR64:$dst, sdmem:$src), 0>;
/// SSE 2 Only
OpenPOWER on IntegriCloud