[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp
Reid Spencer
reid at x10sys.com
Mon Jul 3 09:46:29 PDT 2006
Changes in directory llvm/tools/gccas:
gccas.cpp updated: 1.116 -> 1.117
---
Log message:
Split long comment lines.
---
Diffs of the changes: (+4 -6)
gccas.cpp | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
Index: llvm/tools/gccas/gccas.cpp
diff -u llvm/tools/gccas/gccas.cpp:1.116 llvm/tools/gccas/gccas.cpp:1.117
--- llvm/tools/gccas/gccas.cpp:1.116 Fri Jun 16 13:23:48 2006
+++ llvm/tools/gccas/gccas.cpp Mon Jul 3 11:46:03 2006
@@ -186,17 +186,15 @@
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.
More information about the llvm-commits
mailing list