diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll b/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll index 263cc3aa77e..1497bbb0c97 100644 --- a/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll +++ b/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll @@ -9,7 +9,7 @@ ; Function Attrs: nounwind ssp uwtable define void @fn() { store i32* inttoptr (i64 68719476735 to i32*), i32** @a, align 8 - %1 = load i32* @c, align 4 + %1 = load i32, i32* @c, align 4 %2 = sext i32 %1 to i64 %3 = lshr i64 %2, 12 %4 = and i64 %3, 68719476735 |