summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-07 11:21:42 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-07 11:21:42 +0000
commitdfe327f749337906c2a60d807ac24b47caaf6273 (patch)
tree9f7e1412930262fcdf1c1e68fa86e32c8a7b3e53 /tools/lli
parent2665f321ad26f3948ca8fbb51fef54e02246798a (diff)
downloadllvm-dfe327f749337906c2a60d807ac24b47caaf6273.tar.gz
llvm-dfe327f749337906c2a60d807ac24b47caaf6273.tar.bz2
llvm-dfe327f749337906c2a60d807ac24b47caaf6273.tar.xz
Whitespace cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/lli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index f3175668fc..61d80fb29e 100644
--- a/tools/lli/lli.cpp
+++ b/tools/lli/lli.cpp
@@ -472,7 +472,7 @@ int main(int argc, char **argv, char * const *envp) {
}
}
- // Trigger compilation separately so code regions that need to be
+ // Trigger compilation separately so code regions that need to be
// invalidated will be known.
(void)EE->getPointerToFunction(EntryFn);
// Clear instruction cache before code will be executed.