aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/example/mcc16/driver/Main.cpp
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
commit38785a94ba8c369377d3603c7fecb5135ec13070 (patch)
treebf7901e3121032a4533eb9b91f1dfa030c09d454 /tools/llvmc/example/mcc16/driver/Main.cpp
parent51a7641ee222c8dcf43d9a945f29d3f81d9e7d9a (diff)
downloadexternal_llvm-38785a94ba8c369377d3603c7fecb5135ec13070.tar.gz
external_llvm-38785a94ba8c369377d3603c7fecb5135ec13070.tar.bz2
external_llvm-38785a94ba8c369377d3603c7fecb5135ec13070.zip
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/mcc16/driver/Main.cpp')
-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.
//
//===----------------------------------------------------------------------===//