summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/earlydup-crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/earlydup-crash.ll')
-rw-r--r--test/DebugInfo/X86/earlydup-crash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/earlydup-crash.ll b/test/DebugInfo/X86/earlydup-crash.ll
index 5bd0c7e0bb..2ac8b2eed1 100644
--- a/test/DebugInfo/X86/earlydup-crash.ll
+++ b/test/DebugInfo/X86/earlydup-crash.ll
@@ -1,4 +1,4 @@
-; RUN: llc %s -mtriple=i386-apple-macosx10.6.7 -o /dev/null
+; RUN: llc -disable-debug-info-verifier %s -mtriple=i386-apple-macosx10.6.7 -o /dev/null
; This used to crash because early dup was not ignoring debug instructions.