diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-07-19 00:11:45 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-07-19 00:11:45 +0000 |
commit | 7a43e30a9baa1078301d1698e99b99cc95c6e566 (patch) | |
tree | 0d352fce40f2b55cf301aebe72594a849561332b /tools/llc/llc.cpp | |
parent | 56cb2298663017eb77aa4f4dda8db7ecd1b58173 (diff) |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 90b0245a87..004763f19f 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; |