diff options
Diffstat (limited to 'test/DebugInfo/2009-01-30-Method.ll')
-rw-r--r-- | test/DebugInfo/2009-01-30-Method.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-01-30-Method.ll b/test/DebugInfo/2009-01-30-Method.ll index c17dca1a92..d49076cf31 100644 --- a/test/DebugInfo/2009-01-30-Method.ll +++ b/test/DebugInfo/2009-01-30-Method.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -fast | grep "\\"foo" | count 3 +; RUN: llvm-as < %s | llc -O0 | grep "\\"foo" | count 3 ; 1 declaration, 1 definition and 1 pubnames entry. target triple = "i386-apple-darwin*" %llvm.dbg.anchor.type = type { i32, i32 } |