Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / isel-sink3.ll
index 75c23c343532df5bca765cab42393234837578ff..7012ccefaadbc7fcafd7254a7322e0646e8728a9 100644 (file)
@@ -1,9 +1,11 @@
-; RUN: llvm-as < %s | llc | grep {addl.(%eax), %ecx}
-; RUN: llvm-as < %s | llc | not grep leal
+; RUN: llc < %s | FileCheck %s
 ; this should not sink %1 into bb1, that would increase reg pressure.
 
 ; rdar://6399178
 
+; CHECK: addl $4,
+; CHECK-NOT: leal
+
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i386-apple-darwin7"