mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
Split long comment lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
322812e603
commit
3d48e53584
@ -186,17 +186,15 @@ int main(int argc, char **argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// In addition to just parsing the input from GCC, we also want to spiff it up
|
// In addition to just parsing the input from GCC, we also want to spiff
|
||||||
// a little bit. Do this now.
|
// it up a little bit. Do this now.
|
||||||
//
|
|
||||||
PassManager Passes;
|
PassManager Passes;
|
||||||
|
|
||||||
// Add an appropriate TargetData instance for this module...
|
// Add an appropriate TargetData instance for this module...
|
||||||
Passes.add(new TargetData(M.get()));
|
Passes.add(new TargetData(M.get()));
|
||||||
|
|
||||||
// Add all of the transformation passes to the pass manager to do the cleanup
|
// Add all of the transformation passes to the pass manager to do the
|
||||||
// and optimization of the GCC output.
|
// cleanup and optimization of the GCC output.
|
||||||
//
|
|
||||||
AddConfiguredTransformationPasses(Passes);
|
AddConfiguredTransformationPasses(Passes);
|
||||||
|
|
||||||
// Make sure everything is still good.
|
// Make sure everything is still good.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user