Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / ga-offset.ll
index cc93b4c2eeff3695efff24f1030595da6dda7a0d..9f6d3f75cf843a5e7bd65a9f284361d9e4dd650b 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llc < %s -march=x86 > %t
 ; RUN: not grep lea %t
 ; RUN: not grep add %t
 ; RUN: grep mov %t | count 1
-; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static > %t
+; RUN: llc < %s -mtriple=x86_64-linux -relocation-model=static > %t
 ; RUN: not grep lea %t
 ; RUN: not grep add %t
 ; RUN: grep mov %t | count 1