next batch of -disable-debug-info-verifier
[oota-llvm.git] / test / CodeGen / X86 / 2010-08-04-StackVariable.ll
index d0e68adb66e35ad35ec06ce54afe5d6b96ebf00e..e73cd576f530432dc94405ba62d6395dc92e352d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
+; RUN: llc -disable-debug-info-verifier -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
 ; Use DW_OP_breg7 in variable's location expression if the variable is in a stack slot.
 
 %struct.SVal = type { i8*, i32 }