aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2010-08-04-StackVariable.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-26 22:31:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-26 22:31:26 +0000
commite7e612f22fb3993b490827bf341196def60d8871 (patch)
tree3a5e75637799769fa37bbca6f7db7e717b5cdc26 /test/CodeGen/X86/2010-08-04-StackVariable.ll
parent496cf2308acf4bb719a015517f27dff10db7de49 (diff)
downloadexternal_llvm-e7e612f22fb3993b490827bf341196def60d8871.zip
external_llvm-e7e612f22fb3993b490827bf341196def60d8871.tar.gz
external_llvm-e7e612f22fb3993b490827bf341196def60d8871.tar.bz2
next batch of -disable-debug-info-verifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-08-04-StackVariable.ll')
-rw-r--r--test/CodeGen/X86/2010-08-04-StackVariable.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-08-04-StackVariable.ll b/test/CodeGen/X86/2010-08-04-StackVariable.ll
index d0e68ad..e73cd57 100644
--- a/test/CodeGen/X86/2010-08-04-StackVariable.ll
+++ b/test/CodeGen/X86/2010-08-04-StackVariable.ll
@@ -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 }