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