aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/MCJIT/test-global-ctors.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/MCJIT/test-global-ctors.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/test-global-ctors.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/test-global-ctors.ll b/test/ExecutionEngine/MCJIT/test-global-ctors.ll
index ec87d15..6d13271 100644
--- a/test/ExecutionEngine/MCJIT/test-global-ctors.ll
+++ b/test/ExecutionEngine/MCJIT/test-global-ctors.ll
@@ -6,7 +6,7 @@
define i32 @main() nounwind {
entry:
- %0 = load i32* @var, align 4
+ %0 = load i32, i32* @var, align 4
ret i32 %0
}