diff options
Diffstat (limited to 'test/CodeGen/PowerPC/private.ll')
-rw-r--r-- | test/CodeGen/PowerPC/private.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/private.ll b/test/CodeGen/PowerPC/private.ll index 633fa65..4665fd2 100644 --- a/test/CodeGen/PowerPC/private.ll +++ b/test/CodeGen/PowerPC/private.ll @@ -19,7 +19,7 @@ define i32 @bar() nounwind { ; LINUX: lis{{.*}}.Lbaz ; OSX: lis{{.*}}l_baz - %1 = load i32* @baz, align 4 + %1 = load i32, i32* @baz, align 4 ret i32 %1 } |