aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/llc.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-07-19 00:11:45 +0000
committerChad Rosier <mcrosier@apple.com>2012-07-19 00:11:45 +0000
commit7a43e30a9baa1078301d1698e99b99cc95c6e566 (patch)
tree0d352fce40f2b55cf301aebe72594a849561332b /tools/llc/llc.cpp
parent56cb2298663017eb77aa4f4dda8db7ecd1b58173 (diff)
downloadexternal_llvm-7a43e30a9baa1078301d1698e99b99cc95c6e566.zip
external_llvm-7a43e30a9baa1078301d1698e99b99cc95c6e566.tar.gz
external_llvm-7a43e30a9baa1078301d1698e99b99cc95c6e566.tar.bz2
Tweak prose.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/llc.cpp')
-rw-r--r--tools/llc/llc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 90b0245..004763f 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -479,7 +479,7 @@ int main(int argc, char **argv) {
TheTriple.isMacOSXVersionLT(10, 6))
Target.setMCUseLoc(false);
- // Figure out where we are going to send the output...
+ // Figure out where we are going to send the output.
OwningPtr<tool_output_file> Out
(GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
if (!Out) return 1;