Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / cas.ll
index c2dd05ef7302fffb82ae6184ceb00b486bd07bab..ec519c646f69c9d96096136402ab0a40ff0aa240 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-pc-linux-gnu %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux-gnu %s -o - -no-integrated-as | FileCheck %s
 
 ; C code this came from
 ;bool cas(float volatile *p, float *expected, float desired) {