summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-10 01:41:55 +0000
committerChris Lattner <sabre@nondot.org>2008-01-10 01:41:55 +0000
commitd2cdb97747214b4319dd1bf346261f9dc8528a5e (patch)
treec96c6c7c2d9fa564e49697d4e86ed34b4de413a5
parent7262fca0a6452e2afb58631325125a2f973341d4 (diff)
downloadbcm5719-llvm-d2cdb97747214b4319dd1bf346261f9dc8528a5e.tar.gz
bcm5719-llvm-d2cdb97747214b4319dd1bf346261f9dc8528a5e.zip
Ted apparently likes crazy whitespace at the end of line. Crush his spirit by
removing them, fitting the file into 80 columns. :) llvm-svn: 45807
-rw-r--r--clang/Driver/clang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp
index 50ff6d0162a..c2ebfb38a84 100644
--- a/clang/Driver/clang.cpp
+++ b/clang/Driver/clang.cpp
@@ -110,7 +110,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
clEnumValN(WarnUninitVals, "warn-uninit-values",
"Flag warnings of uses of unitialized variables."),
clEnumValN(AnalysisGRConstProp, "gr-const-prop",
- "Perform path-sensitive constant propagation."),
+ "Perform path-sensitive constant propagation."),
clEnumValN(TestSerialization, "test-pickling",
"Run prototype serializtion code."),
clEnumValN(EmitLLVM, "emit-llvm",
OpenPOWER on IntegriCloud