Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-i1.ll
index 8e0196888f2f0aac379c97cb8e7eaddca0282d19..bea18a195006bffb130be87f76f64e7b5eddf14a 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -fast-isel -fast-isel-abort | FileCheck %s
-; RUN: llc < %s -march=x86-64 -fast-isel -fast-isel-abort | FileCheck %s
+; RUN: llc < %s -mtriple=i686-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s
 
 declare i32 @test1a(i32)