aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/hidden-vis.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/hidden-vis.ll')
-rw-r--r--test/CodeGen/PowerPC/hidden-vis.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/hidden-vis.ll b/test/CodeGen/PowerPC/hidden-vis.ll
index b2cc143..bcb6723 100644
--- a/test/CodeGen/PowerPC/hidden-vis.ll
+++ b/test/CodeGen/PowerPC/hidden-vis.ll
@@ -4,6 +4,6 @@
define i32 @t() nounwind readonly {
entry:
- %0 = load i32* @x, align 4 ; <i32> [#uses=1]
+ %0 = load i32, i32* @x, align 4 ; <i32> [#uses=1]
ret i32 %0
}