]> granicus.if.org Git - llvm/commitdiff
Fix Indentation. NFCI
authorXin Tong <trent.xin.tong@gmail.com>
Fri, 24 Feb 2017 20:59:26 +0000 (20:59 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Fri, 24 Feb 2017 20:59:26 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296169 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LazyValueInfo.cpp

index 877fc055358eb39c9355dd4cfbf2df61ca9b8c78..9e40b0553669ac50a46496caecbaa1194fd1cb0f 100644 (file)
@@ -1384,8 +1384,8 @@ static bool getEdgeValueLocal(Value *Val, BasicBlock *BBFrom,
 /// \brief Compute the value of Val on the edge BBFrom -> BBTo or the value at
 /// the basic block if the edge does not constrain Val.
 bool LazyValueInfoImpl::getEdgeValue(Value *Val, BasicBlock *BBFrom,
-                                      BasicBlock *BBTo, LVILatticeVal &Result,
-                                      Instruction *CxtI) {
+                                     BasicBlock *BBTo, LVILatticeVal &Result,
+                                     Instruction *CxtI) {
   // If already a constant, there is nothing to compute.
   if (Constant *VC = dyn_cast<Constant>(Val)) {
     Result = LVILatticeVal::get(VC);