Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / codemodel.ll
index 7743628f04c0a84d60ecc3a0f1bf038f46e43a94..b6ca1cedc22ee4c48c9b4ef318c56bac243a8963 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -code-model=small  | FileCheck -check-prefix CHECK-SMALL %s
-; RUN: llvm-as < %s | llc -code-model=kernel | FileCheck -check-prefix CHECK-KERNEL %s
+; RUN: llc < %s -code-model=small  | FileCheck -check-prefix CHECK-SMALL %s
+; RUN: llc < %s -code-model=kernel | FileCheck -check-prefix CHECK-KERNEL %s
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
 target triple = "x86_64-unknown-linux-gnu"