[X86][SSE] Vectorized i8 and i16 shift operators
[oota-llvm.git] / test / CodeGen / X86 / 2006-12-19-IntelSyntax.ll
index 17234b827e4c50d183b0c31ea03f30e744d46846..2c3c5c99c1b2ca414d84f56bebb761921bf73c86 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel
+; RUN: llc < %s -march=x86 -x86-asm-syntax=intel
 ; PR1061
 target datalayout = "e-p:32:32"
 target triple = "i686-pc-linux-gnu"
@@ -21,55 +21,55 @@ entry:
        ]
 
 bb:            ; preds = %entry
-       call void (...)* @foo1( )
+       call void (...) @foo1( )
        ret void
 
 bb1:           ; preds = %entry
-       call void (...)* @foo2( )
+       call void (...) @foo2( )
        ret void
 
 bb2:           ; preds = %entry
-       call void (...)* @foo6( )
+       call void (...) @foo6( )
        ret void
 
 bb3:           ; preds = %entry
-       call void (...)* @foo3( )
+       call void (...) @foo3( )
        ret void
 
 bb4:           ; preds = %entry
-       call void (...)* @foo4( )
+       call void (...) @foo4( )
        ret void
 
 bb5:           ; preds = %entry
-       call void (...)* @foo5( )
+       call void (...) @foo5( )
        ret void
 
 bb6:           ; preds = %entry
-       call void (...)* @foo1( )
+       call void (...) @foo1( )
        ret void
 
 bb7:           ; preds = %entry
-       call void (...)* @foo2( )
+       call void (...) @foo2( )
        ret void
 
 bb8:           ; preds = %entry
-       call void (...)* @foo6( )
+       call void (...) @foo6( )
        ret void
 
 bb9:           ; preds = %entry
-       call void (...)* @foo3( )
+       call void (...) @foo3( )
        ret void
 
 bb10:          ; preds = %entry
-       call void (...)* @foo4( )
+       call void (...) @foo4( )
        ret void
 
 bb11:          ; preds = %entry
-       call void (...)* @foo5( )
+       call void (...) @foo5( )
        ret void
 
 bb12:          ; preds = %entry
-       call void (...)* @foo6( )
+       call void (...) @foo6( )
        ret void
 }