mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3dda08ad5d
commit
56eb133095
@ -386,7 +386,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
// Create a new optimization pass for each one specified on the command line
|
// Create a new optimization pass for each one specified on the command line
|
||||||
for (unsigned i = 0; i < PassList.size(); ++i) {
|
for (unsigned i = 0; i < PassList.size(); ++i) {
|
||||||
// Check to see if -std-compile-opts we specified before this option. If
|
// Check to see if -std-compile-opts was specified before this option. If
|
||||||
// so, handle it.
|
// so, handle it.
|
||||||
if (StandardCompileOpts &&
|
if (StandardCompileOpts &&
|
||||||
StandardCompileOpts.getPosition() < PassList.getPosition(i)) {
|
StandardCompileOpts.getPosition() < PassList.getPosition(i)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user