Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / sext-i1.ll
index 21c418d534e9168b9f5e2fd11df8255e80fdb64b..574769b4308459f8cf7ba79f89921bfdfa8acf7f 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86    | FileCheck %s -check-prefix=32
-; RUN: llc < %s -march=x86-64 | FileCheck %s -check-prefix=64
+; RUN: llc < %s -march=x86 -disable-cgp-branch-opts    | FileCheck %s -check-prefix=32
+; RUN: llc < %s -march=x86-64 -disable-cgp-branch-opts | FileCheck %s -check-prefix=64
 ; rdar://7573216
 ; PR6146