summaryrefslogtreecommitdiff
path: root/tools/llvmc/example
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-09 19:37:58 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-09 19:37:58 +0000
commit1c0ffa49e055e676e339874eb6d1fca309b53a4a (patch)
treebf7901e3121032a4533eb9b91f1dfa030c09d454 /tools/llvmc/example
parentf5f9a4d7db5bc4bb70e551d3ba2d0419425a5cc1 (diff)
downloadllvm-1c0ffa49e055e676e339874eb6d1fca309b53a4a.tar.gz
llvm-1c0ffa49e055e676e339874eb6d1fca309b53a4a.tar.bz2
llvm-1c0ffa49e055e676e339874eb6d1fca309b53a4a.tar.xz
Adjust comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/example')
-rw-r--r--tools/llvmc/example/mcc16/driver/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc/example/mcc16/driver/Main.cpp b/tools/llvmc/example/mcc16/driver/Main.cpp
index 1b7b649448..95a9bb6470 100644
--- a/tools/llvmc/example/mcc16/driver/Main.cpp
+++ b/tools/llvmc/example/mcc16/driver/Main.cpp
@@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
//
// Usually this file just includes CompilerDriver/Main.inc, but here we apply
-// some trickery to make the built-in '-save-temps' option hidden and enabled
-// by default.
+// some trickery to make the built-in '-save-temps' option hidden and enable
+// '--temp-dir' by default.
//
//===----------------------------------------------------------------------===//