diff options
author | David Greene <greened@obbligato.org> | 2007-12-17 17:40:29 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2007-12-17 17:40:29 +0000 |
commit | 60f7515479683e56d92288d20ead59d7f9563723 (patch) | |
tree | 45f515235c2be3d9bc8d0e98bae309554611ec67 /lib/Transforms/Scalar/LoopUnswitch.cpp | |
parent | 08d5fd9099d1106eb296c504ea40375a031e0eb0 (diff) |
Get rid of annoying spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LoopUnswitch.cpp')
-rw-r--r-- | lib/Transforms/Scalar/LoopUnswitch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LoopUnswitch.cpp b/lib/Transforms/Scalar/LoopUnswitch.cpp index e413b943b6..4cbff2a577 100644 --- a/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/lib/Transforms/Scalar/LoopUnswitch.cpp @@ -636,7 +636,7 @@ void LoopUnswitch::ReplaceLoopExternalDFMember(Loop *L, BasicBlock *BB, BasicBlock *B = *DI++; if (L->contains(B)) continue; - + DF->removeFromFrontier(DFI, B); LoopDF.insert(B); } |