mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Split long comment lines.
llvm-svn: 28988
This commit is contained in:
parent
90a25bcd6f
commit
8823d45d18
@ -186,17 +186,15 @@ int main(int argc, char **argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
// In addition to just parsing the input from GCC, we also want to spiff it up
|
||||
// a little bit. Do this now.
|
||||
//
|
||||
// In addition to just parsing the input from GCC, we also want to spiff
|
||||
// it up a little bit. Do this now.
|
||||
PassManager Passes;
|
||||
|
||||
// Add an appropriate TargetData instance for this module...
|
||||
Passes.add(new TargetData(M.get()));
|
||||
|
||||
// Add all of the transformation passes to the pass manager to do the cleanup
|
||||
// and optimization of the GCC output.
|
||||
//
|
||||
// Add all of the transformation passes to the pass manager to do the
|
||||
// cleanup and optimization of the GCC output.
|
||||
AddConfiguredTransformationPasses(Passes);
|
||||
|
||||
// Make sure everything is still good.
|
||||
|
Loading…
Reference in New Issue
Block a user