[Hexagon] Fixing load instruction parsing and reenabling tests.
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-09-08-unaligned.ll
index 341b6321b3b2e36adf150ed3fb5aa3ac706925c0..ccbadb4255a02ee5ae314e2708b6e182e2c6e732 100644 (file)
@@ -42,7 +42,7 @@ entry:
        %tmp4 = getelementptr <{ i8, double }>, <{ i8, double }>* @v, i32 0, i32 1              ; <double*> [#uses=1]
        %tmp5 = load double, double* %tmp4, align 1             ; <double> [#uses=1]
        %tmp6 = getelementptr [8 x i8], [8 x i8]* @.str, i32 0, i32 0           ; <i8*> [#uses=1]
-       %tmp7 = call i32 (i8*, ...)* @printf( i8* %tmp6, double %tmp23, double %tmp5 )          ; <i32> [#uses=0]
+       %tmp7 = call i32 (i8*, ...) @printf( i8* %tmp6, double %tmp23, double %tmp5 )           ; <i32> [#uses=0]
        br label %return
 
 return:                ; preds = %entry