OSDN Git Service

Revert "Add an optional parameter with a list of undefs to extendToIndices"
authorReid Kleckner <rnk@google.com>
Wed, 31 Aug 2016 22:36:02 +0000 (22:36 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 31 Aug 2016 22:36:02 +0000 (22:36 +0000)
commit27e101d57715c763a44c6e636385829cd37710de
tree9428bae9e69dd82421079d02857fd04eb8dcd37c
parent8aee94640609037dd3d16e759ca50da246e4fe24
Revert "Add an optional parameter with a list of undefs to extendToIndices"

This reverts commit r280268, it causes all MSVC 2013 to ICE. This
appears to have been fixed in a later MSVC 2013 update, because I cannot
reproduce it locally. That said, all upstream LLVM bots are broken right
now, so I am reverting.

Also reverts dependent change r280275, "[Hexagon] Deal with undefs when
extending live intervals".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280301 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/Target/Hexagon/HexagonExpandCondsets.cpp
test/CodeGen/Hexagon/expand-condsets-extend.ll [deleted file]