commit | 98cd02622d716cc1e2b6002e7f96a7b8f38c7ab0 | [log] [tgz] |
---|---|---|
author | Manman Ren <mren@apple.com> | Fri Jul 19 04:56:51 2013 +0000 |
committer | Manman Ren <mren@apple.com> | Fri Jul 19 04:56:51 2013 +0000 |
tree | 0827e2b7a4087a5c5a1a9f428eddfddd1b18cf08 | |
parent | f8087419df7153f20ac0d418cdc8ae657f5d2d89 [diff] [blame] |
Try to appease the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186653 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 5618cd3..1880ad5 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 -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg +; RUN: llc -O0 -mtriple=arm-apple-darwin -disable-debug-info-verifier < %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 }