[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / test / CodeGen / PowerPC / fast-isel-redefinition.ll
index aa257863512b94ba08e053b72dca8735ff57936f..60706a6e143809599d2c1f902ebccf4afb4744a7 100644 (file)
@@ -5,6 +5,6 @@
 
 define i32 @f(i32* %x) nounwind ssp {
   %y = getelementptr inbounds i32, i32* %x, i32 5000
-  %tmp103 = load i32* %y, align 4
+  %tmp103 = load i32, i32* %y, align 4
   ret i32 %tmp103
 }