- Set the "HasCalls" flag after instruction selection is finished.
authorBill Wendling <isanbard@gmail.com>
Mon, 17 May 2010 23:09:50 +0000 (23:09 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 17 May 2010 23:09:50 +0000 (23:09 +0000)
commit53f7602b61157ed56ccbf91379c188c55235f619
treee1cd0097e5d5c0834c66fe2a69514a7656f49df6
parentebe7fcd041e1e9c3a0c535b26d8cdb45805bbeb8
- Set the "HasCalls" flag after instruction selection is finished.

- Change the logic DisableFramePointerElim() to check for the
  -disable-non-leaf-fp-elim before -disable-fp-elim.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103990 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/TargetMachine.cpp