[Stackmaps] Make ithe frame-pointer required for stackmaps.
[oota-llvm.git] / test / CodeGen / X86 / stackmap-shadow-optimization.ll
index 63debe396b6651920b82929942c503fdb0b5e1cd..6f7c5935b8f2d38b0d879a476e72918a1fcb0ca5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 | FileCheck %s
 
 ; Check that the X86 stackmap shadow optimization is only outputting a 1-byte
 ; nop here. 8-bytes are requested, but 7 are covered by the code for the call to
@@ -18,4 +18,4 @@ entry:
 }
 
 declare void @llvm.experimental.stackmap(i64, i32, ...)
-declare void @bar()
\ No newline at end of file
+declare void @bar()