summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2016-01-20 18:59:16 +0000
committerSanjay Patel <spatel@rotateright.com>2016-01-20 18:59:16 +0000
commit545a456235923f64e9a46116faef1592bb9bd142 (patch)
tree0da9ac3265d97085f86ffbea8fe93cfd8dd32a5c /llvm/lib/CodeGen
parentb718237dfc05aa4c0c8c284f79fe41a2a4a14574 (diff)
downloadbcm5719-llvm-545a456235923f64e9a46116faef1592bb9bd142.tar.gz
bcm5719-llvm-545a456235923f64e9a46116faef1592bb9bd142.zip
fix formatting; NFC
llvm-svn: 258330
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/CodeGenPrepare.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 5341493b9fa..990ffaabc83 100644
--- a/llvm/lib/CodeGen/CodeGenPrepare.cpp
+++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -612,7 +612,8 @@ simplifyRelocatesOffABase(GCRelocateInst *RelocatedBase,
continue;
// Create a Builder and replace the target callsite with a gep
- assert(RelocatedBase->getNextNode() && "Should always have one since it's not a terminator");
+ assert(RelocatedBase->getNextNode() &&
+ "Should always have one since it's not a terminator");
// Insert after RelocatedBase
IRBuilder<> Builder(RelocatedBase->getNextNode());
@@ -1774,8 +1775,7 @@ bool CodeGenPrepare::optimizeCallInst(CallInst *CI, bool& ModifiedDT) {
// happens.
WeakVH IterHandle(&*CurInstIterator);
- replaceAndRecursivelySimplify(CI, RetVal,
- TLInfo, nullptr);
+ replaceAndRecursivelySimplify(CI, RetVal, TLInfo, nullptr);
// If the iterator instruction was recursively deleted, start over at the
// start of the block.
OpenPOWER on IntegriCloud