[llvm-commits] CVS: llvm/tools/llc/llc.cpp
Chris Lattner
sabre at nondot.org
Sun Jul 31 17:47:29 PDT 2005
> Keep tabs and trailing spaces out.
Hey Jeff,
While I appreciate the work, I would really rather that you didn't do this
sort of patch. This makes 'cvs annotate' completely useless, which is
really annoying. :(
-Chris
>
> llc.cpp | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
>
> Index: llvm/tools/llc/llc.cpp
> diff -u llvm/tools/llc/llc.cpp:1.110 llvm/tools/llc/llc.cpp:1.111
> --- llvm/tools/llc/llc.cpp:1.110 Wed Jul 27 23:00:49 2005
> +++ llvm/tools/llc/llc.cpp Sat Jul 30 13:33:25 2005
> @@ -65,7 +65,7 @@
> LLCPassList(cl::desc("Passes Available"));
>
> cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
> - cl::desc("Do not verify input module"));
> + cl::desc("Do not verify input module"));
>
>
> // GetFileNameRoot - Helper function to get the basename of a filename.
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-commits
mailing list