| commit | 096880b59008a44860edd0fcab1f55aa1363bdf5 | [log] [tgz] |
|---|---|---|
| author | Manman Ren <manman.ren@gmail.com> | Mon Jul 29 20:18:19 2013 +0000 |
| committer | Manman Ren <manman.ren@gmail.com> | Mon Jul 29 20:18:19 2013 +0000 |
| tree | 55f0f4d44513503d6cf9c0ed99bf88b151b2d1c7 | |
| parent | c0fa31d51bdb255a481a287ab6492461ba5f2458 [diff] [blame] |
Debug Info: enable verifier for testing cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187375 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/2010-08-04-StackVariable.ll b/test/CodeGen/ARM/2010-08-04-StackVariable.ll index 3c5fa5f..f4ad4bc 100644 --- a/test/CodeGen/ARM/2010-08-04-StackVariable.ll +++ b/test/CodeGen/ARM/2010-08-04-StackVariable.ll
@@ -1,4 +1,4 @@ -; RUN: llc -disable-debug-info-verifier -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg +; RUN: llc -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg ; Use DW_OP_breg in variable's location expression if the variable is in a stack slot. %struct.SVal = type { i8*, i32 }