diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll b/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll index cbc3ecf5edc..3c6f3809064 100644 --- a/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll +++ b/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll @@ -27,8 +27,8 @@ entry: define i32 @A1() nounwind { entry: - load i32* getelementptr (%struct.anon* @foo, i32 0, i32 0), align 8 - load i32* getelementptr (%struct.anon* @foo, i32 0, i32 1), align 4 + load i32, i32* getelementptr (%struct.anon* @foo, i32 0, i32 0), align 8 + load i32, i32* getelementptr (%struct.anon* @foo, i32 0, i32 1), align 4 add i32 %1, %0 ret i32 %2 } |