Revert r235560; this commit was causing several failed assertions in Debug builds...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 23 Apr 2015 13:41:59 +0000 (13:41 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 23 Apr 2015 13:41:59 +0000 (13:41 +0000)
commit5d538f71c2e6b781da64070286c6cff6eb2ab7ba
tree5a65133b4172f6f154a0b543cda5243da887560b
parent023602239049dfeaa6eb898ddad9cfce790dc16e
Revert r235560; this commit was causing several failed assertions in Debug builds using MSVC's STL. The iterator is being used outside of its valid range.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235597 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/PowerPC/PPCEarlyReturn.cpp
test/CodeGen/ARM/ifcvt3.ll
test/CodeGen/ARM/struct-byval-frame-index.ll
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/PowerPC/early-ret.ll
test/CodeGen/PowerPC/mcm-5.ll
test/CodeGen/PowerPC/mcm-obj.ll
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch.ll [deleted file]
test/MC/ARM/data-in-code.ll