commit | eff666f1086be2da21a73b4d9ee904230891dd5f | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Apr 20 17:20:10 2010 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Apr 20 17:20:10 2010 +0000 |
tree | 47254b720ce7c82f6efaa309c94d9bc88c528171 | |
parent | 92884f7ee54186b136a1ade7fa0194097f225c81 [diff] [blame] |
Add RUN: git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101913 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/DebugInfo/2010-04-19-FramePtr.ll b/test/DebugInfo/2010-04-19-FramePtr.ll index c337abc..3003121 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 {