Fix whitespace issues in two places; NFC
[oota-llvm.git] / lib / Analysis / InstructionSimplify.cpp
index cf6aa9a116300787bd4aa72ba95681336e95b7dc..ec50b8a05f472918454278edbbdf6aae29689141 100644 (file)
@@ -2447,7 +2447,8 @@ static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
 
     if (auto *I = dyn_cast<Instruction>(LHS))
       if (auto *Ranges = I->getMetadata(LLVMContext::MD_range))
-        LHS_CR = LHS_CR.intersectWith(GetConstantRangeFromMetadata(Ranges, Width));
+        LHS_CR =
+          LHS_CR.intersectWith(GetConstantRangeFromMetadata(Ranges, Width));
 
     if (!LHS_CR.isFullSet()) {
       if (RHS_CR.contains(LHS_CR))