diff options
-rw-r--r-- | test/DebugInfo/2010-04-19-FramePtr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/2010-04-19-FramePtr.ll b/test/DebugInfo/2010-04-19-FramePtr.ll index c337abc117..30031219d4 100644 --- a/test/DebugInfo/2010-04-19-FramePtr.ll +++ b/test/DebugInfo/2010-04-19-FramePtr.ll @@ -1,7 +1,7 @@ ; RUN: llc -asm-verbose -O0 -o %t < %s -; grep DW_AT_APPLE_omit_frame_ptr %t +; RUN: grep DW_AT_APPLE_omit_frame_ptr %t ; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s -; grep -v DW_AT_APPLE_omit_frame_ptr %t +; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t define i32 @foo() nounwind ssp { |