Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / ga-offset.ll
index 40787cb9463cb9556d61f61e1922ab204b6bb97a..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 -mtriple=x86_64-unknown-linux-gnu -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