aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/mulx32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/mulx32.ll')
-rw-r--r--test/CodeGen/X86/mulx32.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mulx32.ll b/test/CodeGen/X86/mulx32.ll
index b75ac00..42ef2eb 100644
--- a/test/CodeGen/X86/mulx32.ll
+++ b/test/CodeGen/X86/mulx32.ll
@@ -11,7 +11,7 @@ define i64 @f1(i32 %a, i32 %b) {
}
define i64 @f2(i32 %a, i32* %p) {
- %b = load i32* %p
+ %b = load i32, i32* %p
%x = zext i32 %a to i64
%y = zext i32 %b to i64
%r = mul i64 %x, %y