diff options
author | James Molloy <james.molloy@arm.com> | 2016-09-11 09:13:32 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2016-09-11 09:13:32 +0000 |
commit | a33571ccb4e9757af8a1bc24315f398886dd5116 (patch) | |
tree | e24c4a704e3b20f870c1027f356a1e4ecf638f62 /llvm/test/DebugInfo | |
parent | 104370ab37b6b6fb4d35fcd86a52f3c77af4cd20 (diff) | |
download | bcm5719-llvm-a33571ccb4e9757af8a1bc24315f398886dd5116.tar.gz bcm5719-llvm-a33571ccb4e9757af8a1bc24315f398886dd5116.zip |
Fixup failing debuginfo test for change in SimplifyCFG.
This reverts this test back to its original pre-r280364 behaviour as we don't sink allocas any more.
llvm-svn: 281163
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r-- | llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll b/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll index e22614388b8..a992ce3bf85 100644 --- a/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll +++ b/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll @@ -9,9 +9,8 @@ ; return -1; ; } -; CHECK: mvnlt ; CHECK: .loc 1 6 7 -; CHECK: strlt +; CHECK: mvn target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" target triple = "armv7--linux-gnueabihf" |