[llvm] r281163 - Fixup failing debuginfo test for change in SimplifyCFG.
James Molloy via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 11 02:13:32 PDT 2016
Author: jamesm
Date: Sun Sep 11 04:13:32 2016
New Revision: 281163
URL: http://llvm.org/viewvc/llvm-project?rev=281163&view=rev
Log:
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.
Modified:
llvm/trunk/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
Modified: llvm/trunk/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll?rev=281163&r1=281162&r2=281163&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll (original)
+++ llvm/trunk/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll Sun Sep 11 04:13:32 2016
@@ -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"
More information about the llvm-commits
mailing list