diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2015-12-09 08:17:42 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2015-12-09 08:17:42 +0000 |
commit | ceca971576c94c6d6cc7e26afa2f721b955e154a (patch) | |
tree | 83de65760953009890654afdc408b205b2bd281d /llvm/test/DebugInfo/X86/array.ll | |
parent | 7e88d0da38aafe9724dd6a1143e7ff17d7db98da (diff) | |
download | bcm5719-llvm-ceca971576c94c6d6cc7e26afa2f721b955e154a.tar.gz bcm5719-llvm-ceca971576c94c6d6cc7e26afa2f721b955e154a.zip |
Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933"
This reverts commit r255096.
Break the bots: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_check/16378/
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 255101
Diffstat (limited to 'llvm/test/DebugInfo/X86/array.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/array.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/array.ll b/llvm/test/DebugInfo/X86/array.ll index 2d2a8fb8663..a50a44cfb95 100644 --- a/llvm/test/DebugInfo/X86/array.ll +++ b/llvm/test/DebugInfo/X86/array.ll @@ -17,8 +17,6 @@ ; rdar://problem/14874886 ; ; CHECK: ##DEBUG_VALUE: main:array <- [%R{{.*}}+0] -; CHECK: ##DEBUG_VALUE: main:array <- [%R{{.*}}+0] -; CHECK: ##DEBUG_VALUE: main:array <- [%R{{.*}}+0] ; CHECK-NOT: ##DEBUG_VALUE: main:array <- %R{{.*}} target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.9.0" |