[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-06-23-LiveVariablesCrash.ll
index d3238d23c0eed2c6711ad6e3e29976f6e427865c..db488ff36bfbccf18e676cb12532db56a68106e5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32
+; RUN: llc < %s -march=ppc32
 ; <rdar://problem/6020042>
 
 define i32 @bork() nounwind  {
@@ -6,7 +6,7 @@ entry:
        br i1 true, label %bb1, label %bb3
 
 bb1:
-       %tmp1 = load i8* null, align 1
+       %tmp1 = load i8, i8* null, align 1
        %tmp2 = icmp eq i8 %tmp1, 0
        br label %bb2