aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/2010-04-19-FramePtr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/2010-04-19-FramePtr.ll')
-rw-r--r--test/DebugInfo/2010-04-19-FramePtr.ll4
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 4af2fdc..6c77223 100644
--- a/test/DebugInfo/2010-04-19-FramePtr.ll
+++ b/test/DebugInfo/2010-04-19-FramePtr.ll
@@ -1,6 +1,6 @@
-; RUN: llc -asm-verbose -O1 -o %t < %s
+; RUN: %llc_dwarf -asm-verbose -O1 -o %t < %s
; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
-; RUN: llc -disable-fp-elim -asm-verbose -O1 -o %t < %s
+; RUN: %llc_dwarf -disable-fp-elim -asm-verbose -O1 -o %t < %s
; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t