summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mulx64.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-26 09:24:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-26 09:24:12 +0000
commite6232ed86d829b52a169070add23e629953e0267 (patch)
tree12363d12897412286e40f9cb66b7459d4ff01d64 /test/CodeGen/X86/mulx64.ll
parentbec3ce0cb50895d9b41a78938b079672e6999e15 (diff)
downloadllvm-e6232ed86d829b52a169070add23e629953e0267.tar.gz
llvm-e6232ed86d829b52a169070add23e629953e0267.tar.bz2
llvm-e6232ed86d829b52a169070add23e629953e0267.tar.xz
llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/mulx64.ll')
-rw-r--r--test/CodeGen/X86/mulx64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mulx64.ll b/test/CodeGen/X86/mulx64.ll
index c59adc6069..d5730282a1 100644
--- a/test/CodeGen/X86/mulx64.ll
+++ b/test/CodeGen/X86/mulx64.ll
@@ -15,7 +15,7 @@ define i128 @f2(i64 %a, i64* %p) {
%x = zext i64 %a to i128
%y = zext i64 %b to i128
%r = mul i128 %x, %y
-; CHECK: f1
+; CHECK: f2
; CHECK: mulxq ({{.+}}), %{{.+}}, %{{.+}}
; CHECK: ret
ret i128 %r