[NFC] added a missing space

llvm-svn: 239495
This commit is contained in:
Jingyue Wu 2015-06-10 22:54:02 +00:00
parent ae7c04f065
commit f6ca8cfdcc
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace {
(void) llvm::createLICMPass();
(void) llvm::createLazyValueInfoPass();
(void) llvm::createLoopExtractorPass();
(void)llvm::createLoopInterchangePass();
(void) llvm::createLoopInterchangePass();
(void) llvm::createLoopSimplifyPass();
(void) llvm::createLoopStrengthReducePass();
(void) llvm::createLoopRerollPass();