[Hexagon] Fixing load instruction parsing and reenabling tests.
[oota-llvm.git] / test / CodeGen / PowerPC / hidden-vis.ll
index b2cc1431ebde57ae9d2e9bc1fc6e60f69a2de915..bcb6723402b07e257cbbf3ace4e88190579ea053 100644 (file)
@@ -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
 }