Fix llvm/test/DebugInfo/X86/recursive_inlining.ll to use %llc_dwarf.

llvm-svn: 215181
This commit is contained in:
NAKAMURA Takumi 2014-08-08 02:24:05 +00:00
parent 40da267976
commit 15ac9af4f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; REQUIRES: object-emission
; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=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