summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-07-03 16:46:03 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-07-03 16:46:03 +0000
commitad88ff24b8f9f0216796e80af2066e6f129e388e (patch)
tree21ef11e252f0594baeb8bc590777e9088e917011 /llvm
parentd19938834b58240ac339fe93cda7d9b5fca415f6 (diff)
downloadbcm5719-llvm-ad88ff24b8f9f0216796e80af2066e6f129e388e.tar.gz
bcm5719-llvm-ad88ff24b8f9f0216796e80af2066e6f129e388e.zip
Split long comment lines.
llvm-svn: 28988
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/gccas/gccas.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/llvm/tools/gccas/gccas.cpp b/llvm/tools/gccas/gccas.cpp
index 0b7d05a8d15..aeef9b135bc 100644
--- a/llvm/tools/gccas/gccas.cpp
+++ b/llvm/tools/gccas/gccas.cpp
@@ -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.
OpenPOWER on IntegriCloud