From dfe327f749337906c2a60d807ac24b47caaf6273 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 7 Dec 2013 11:21:42 +0000 Subject: Whitespace cleanups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196654 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/lli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lli') 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. -- cgit v1.2.3