diff options
Diffstat (limited to 'test/CodeGen/SPARC/2009-08-28-PIC.ll')
-rw-r--r-- | test/CodeGen/SPARC/2009-08-28-PIC.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SPARC/2009-08-28-PIC.ll b/test/CodeGen/SPARC/2009-08-28-PIC.ll index b004b11..baad2ae 100644 --- a/test/CodeGen/SPARC/2009-08-28-PIC.ll +++ b/test/CodeGen/SPARC/2009-08-28-PIC.ll @@ -14,7 +14,7 @@ define i32 @func(i32 %a) nounwind readonly { entry: - %0 = load i32* @foo, align 4 ; <i32> [#uses=1] + %0 = load i32, i32* @foo, align 4 ; <i32> [#uses=1] ret i32 %0 } @@ -36,7 +36,7 @@ entry: br i1 %cmp, label %if.then, label %if.end if.then: - %ret = load i32* @foo, align 4 + %ret = load i32, i32* @foo, align 4 ret i32 %ret if.end: |