OSDN Git Service

Merging r195339:
authorBill Wendling <isanbard@gmail.com>
Thu, 21 Nov 2013 20:18:40 +0000 (20:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 21 Nov 2013 20:18:40 +0000 (20:18 +0000)
commit54075bbea7e70fea6cdb9e5e89b066118c1d314b
treee75c0a378f234ff9e3f38c2cd2b57d6e439d7487
parent11d31dff58dbe94423478d731cb81677d2fe4b7c
Merging r195339:
------------------------------------------------------------------------
r195339 | chapuni | 2013-11-21 02:55:15 -0800 (Thu, 21 Nov 2013) | 5 lines

Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."

It broke, at least, i686 target. It is reproducible with "llc -mtriple=i686-unknown".

FYI, it didn't appear to add either "-O0" or "-fast-isel".
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195375 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCCodeGenInfo.h
include/llvm/Target/TargetMachine.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/TargetMachine.cpp
test/CodeGen/Generic/isel-optnone.ll [deleted file]