commit | 911908dcb820848056a8c23fe762af37ab857779 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Sep 14 21:25:34 2012 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Sep 14 21:25:34 2012 +0000 |
tree | 2d6096cfbe19c96d8eb5ffb0b9a355fa4aa1a2b7 | |
parent | 1ef65d61d11a9ac038de13e8accdebb7e731d876 [diff] [blame] |
Stylistic and 80-col fixes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163940 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Utils/BypassSlowDivision.cpp b/lib/Transforms/Utils/BypassSlowDivision.cpp index 30d60be..ac18b7d 100644 --- a/lib/Transforms/Utils/BypassSlowDivision.cpp +++ b/lib/Transforms/Utils/BypassSlowDivision.cpp
@@ -221,7 +221,7 @@ // be profitably bypassed and carried out with a shorter, faster divide. bool llvm::bypassSlowDivision(Function &F, Function::iterator &I, - const DenseMap<Type *, Type *> &BypassTypeMap) { + const DenseMap<Type*, Type*> &BypassTypeMap) { DivCacheTy DivCache; bool MadeChange = false;