aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo/Generic/recursive_inlining.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/Generic/recursive_inlining.ll')
-rw-r--r--test/DebugInfo/Generic/recursive_inlining.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/Generic/recursive_inlining.ll b/test/DebugInfo/Generic/recursive_inlining.ll
index 68dabb93dac..08d6829391b 100644
--- a/test/DebugInfo/Generic/recursive_inlining.ll
+++ b/test/DebugInfo/Generic/recursive_inlining.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-info - | FileCheck %s
; This isn't a very pretty test case - I imagine there might be other ways to
; tickle the optimizers into producing the desired code, but I haven't found