diff options
Diffstat (limited to 'test/CodeGen/X86/emit-big-cst.ll')
-rw-r--r-- | test/CodeGen/X86/emit-big-cst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/emit-big-cst.ll b/test/CodeGen/X86/emit-big-cst.ll index 96c15d4..51852d0 100644 --- a/test/CodeGen/X86/emit-big-cst.ll +++ b/test/CodeGen/X86/emit-big-cst.ll @@ -10,7 +10,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 |