aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/remat-constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/remat-constant.ll')
-rw-r--r--test/CodeGen/X86/remat-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/remat-constant.ll b/test/CodeGen/X86/remat-constant.ll
index 3e81320..5a6826f 100644
--- a/test/CodeGen/X86/remat-constant.ll
+++ b/test/CodeGen/X86/remat-constant.ll
@@ -7,7 +7,7 @@ declare void @bar() nounwind
declare void @qux(float %f) nounwind
define void @foo() nounwind {
- %f = load float* @a
+ %f = load float, float* @a
call void @bar()
call void @qux(float %f)
call void @qux(float %f)