diff options
Diffstat (limited to 'llvm/test/DebugInfo/deaddebuglabel.ll')
| -rw-r--r-- | llvm/test/DebugInfo/deaddebuglabel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/deaddebuglabel.ll b/llvm/test/DebugInfo/deaddebuglabel.ll index edab7e84be5..a9af12b3850 100644 --- a/llvm/test/DebugInfo/deaddebuglabel.ll +++ b/llvm/test/DebugInfo/deaddebuglabel.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -O0 | grep "label" | count 8 +; RUN: llc %s -o - -O0 | grep "label" | count 8 ; PR2614 ; XFAIL: * |

