Skip to content

Commit

Permalink
Fixup failing debuginfo test for change in SimplifyCFG.
Browse files Browse the repository at this point in the history
This reverts this test back to its original pre-r280364 behaviour as we don't sink allocas any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281163 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
James Molloy committed Sep 11, 2016
1 parent 05bbcbd commit d650689
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d650689

Please sign in to comment.