Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vshift-1.ll
index 506049cf69e43ed54b843a0db10fb7b973951750..49551562c5ae7e346931b3207ae291ea63d83fc3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
 
 ; test vector shifts converted to proper SSE2 vector shifts when the shift
 ; amounts are the same.