Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / fold-sext-trunc.ll
index 1016b1081aaeb9495ec1e1ae73936db8ff674fae..b453310608ec40c09ac4f87b83f4b9f20e0504ad 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep movslq | count 1
+; RUN: llc < %s -march=x86-64 | grep movslq | count 1
 ; PR4050
 
-       type { i64 }            ; type %0
+       %0 = type { i64 }               ; type %0
        %struct.S1 = type { i16, i32 }
 @g_10 = external global %struct.S1             ; <%struct.S1*> [#uses=2]