Fix the result type of SELECT nodes lowered from Select instructions with
[oota-llvm.git] / test / CodeGen / X86 / 2007-06-15-IntToMMX.ll
index e608ac3ecb97e9dc201744cc1e82692e1e5889cb..6128d8b92d11a16cd1a7be36fe35a5cb17bb85b2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep paddusw
+; RUN: llc < %s -march=x86-64 -mattr=+mmx | grep paddusw
 @R = external global <1 x i64>          ; <<1 x i64>*> [#uses=1]
 
 define void @foo(<1 x i64> %A, <1 x i64> %B) {