From c69d56f1154342a57c9bdd4c17a10333e3520127 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 28 Apr 2009 01:04:53 +0000 Subject: r70270 isn't ready yet. Back this out. Sorry for the noise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70275 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/deaddebuglabel.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/DebugInfo/deaddebuglabel.ll') 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: * -- cgit v1.1