diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-10 01:41:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-10 01:41:55 +0000 |
commit | 3a2781c2c038002305eb90e9e960b3c812937960 (patch) | |
tree | 31f1962bf63cc40a760975069cfd29cb48bea642 | |
parent | 531a1ea2f4c88817f3dc0f4628dfc34536f54c5e (diff) |
Ted apparently likes crazy whitespace at the end of line. Crush his spirit by
removing them, fitting the file into 80 columns. :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45807 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Driver/clang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index 50ff6d0162..c2ebfb38a8 100644 --- a/Driver/clang.cpp +++ b/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", |