Whitespace cleanups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2013-12-07 11:21:42 +00:00
parent 2665f321ad
commit dfe327f749
8 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -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.