aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/emit-big-cst.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/emit-big-cst.ll')
-rw-r--r--test/CodeGen/ARM/emit-big-cst.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/emit-big-cst.ll b/test/CodeGen/ARM/emit-big-cst.ll
index 01d789c..7453e8c 100644
--- a/test/CodeGen/ARM/emit-big-cst.ll
+++ b/test/CodeGen/ARM/emit-big-cst.ll
@@ -11,7 +11,7 @@
define void @accessBig(i64* %storage) {
%addr = bitcast i64* %storage to i82*
- %bigLoadedCst = load volatile i82* @bigCst
+ %bigLoadedCst = load volatile i82, i82* @bigCst
%tmp = add i82 %bigLoadedCst, 1
store i82 %tmp, i82* %addr
ret void