summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-06-14 03:17:20 +0000
committerBill Wendling <isanbard@gmail.com>2011-06-14 03:17:20 +0000
commit740e5b3586a474f1cea371cf6f652850e5420b90 (patch)
tree9f16c545b1ec0afa2c7f58ec9ddd923db1d5e42d /test/CodeGen
parent410eac553600d33ea5535dc4c906eadd8d4b593a (diff)
downloadllvm-740e5b3586a474f1cea371cf6f652850e5420b90.tar.gz
llvm-740e5b3586a474f1cea371cf6f652850e5420b90.tar.bz2
llvm-740e5b3586a474f1cea371cf6f652850e5420b90.tar.xz
Heuristic: If the number of operands in the alias are more than the number of
operands in the aliasee, don't print the alias. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/2007-09-27-LDIntrinsics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll b/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
index b4a986ff77..f7ffb9337e 100644
--- a/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
+++ b/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
@@ -22,7 +22,7 @@ entry:
; CHECK: bar:
; CHECK: fldt 4(%esp)
; CHECK-NEXT: fld %st(0)
-; CHECK-NEXT: fmul %st(1), %st(0)
+; CHECK-NEXT: fmul %st(1)
; CHECK-NEXT: fmulp
; CHECK-NEXT: ret
}