[X86][SSE] Shuffle blends with zero
[oota-llvm.git] / test / CodeGen / Thumb / 2007-01-31-RegInfoAssert.ll
index 37bcc3631b317f7cab8f4ab863cbf64955408554..2d2ac9c566a91f08335fd1e47d1f1301444273da 100644 (file)
@@ -9,7 +9,7 @@ define void @f1() {
        %tmp7 = load i32, i32* %tmp1
        %tmp14 = lshr i32 %tmp7, 1
        %tmp1415 = and i32 %tmp14, 1
-       call void (i32, ...)* @printf( i32 undef, i32 0, i32 %tmp1415 )
+       call void (i32, ...) @printf( i32 undef, i32 0, i32 %tmp1415 )
        ret void
 }