mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
fix grammaro's pointed out by daniel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
82781b938a
commit
9fcd72b71a
@ -1921,9 +1921,9 @@ bool IPSCCP::runOnModule(Module &M) {
|
||||
//
|
||||
// Do this in two stages: first identify the functions we should process, then
|
||||
// actually zap their returns. This is important because we can only do this
|
||||
// the address of the function isn't taken. In cases where a return is the
|
||||
// if the address of the function isn't taken. In cases where a return is the
|
||||
// last use of a function, the order of processing functions would affect
|
||||
// whether we other functions are optimizable.
|
||||
// whether other functions are optimizable.
|
||||
SmallVector<ReturnInst*, 8> ReturnsToZap;
|
||||
|
||||
// TODO: Process multiple value ret instructions also.
|
||||
|
Loading…
Reference in New Issue
Block a user