aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll')
-rw-r--r--test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll b/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
index a48f003..a14589f 100644
--- a/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
+++ b/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
@@ -15,6 +15,6 @@ entry:
br label %return
return: ; preds = %entry
- %2 = load i32* %retval ; <i32> [#uses=1]
+ %2 = load i32, i32* %retval ; <i32> [#uses=1]
ret i32 %2
}