AMDPGU/SI: Use correct resource descriptors for VI on HSA
[oota-llvm.git] / test / CodeGen / PowerPC / mcm-8.ll
index 8a388c67cb7380da8bdbd80604da37c23c41b481..b265c77e2d31a6c2c8f1f117adacdc325c06760e 100644 (file)
@@ -12,7 +12,7 @@ target triple = "powerpc64-unknown-linux-gnu"
 define signext i8 @test_avext() nounwind {
 entry:
   %0 = getelementptr inbounds [13 x i8], [13 x i8]* @x, i32 0, i32 0
-  %1 = load i8* %0, align 1
+  %1 = load i8, i8* %0, align 1
   ret i8 %1
 }