summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2016-08-05 01:09:48 +0000
committerJustin Bogner <mail@justinbogner.com>2016-08-05 01:09:48 +0000
commitc7e4fbe11c820c344695f76bf21d316956822bd9 (patch)
treec8a2d20114a3350f43115c33365c841ca5a63ff6 /llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
parent9979840f59b3db81910cfc4cccf61ddf2159faab (diff)
downloadbcm5719-llvm-c7e4fbe11c820c344695f76bf21d316956822bd9.tar.gz
bcm5719-llvm-c7e4fbe11c820c344695f76bf21d316956822bd9.zip
InstCombine: Clean up some trailing whitespace. NFC
llvm-svn: 277793
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
index a83ddba809d..736c95adae1 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
@@ -1279,7 +1279,7 @@ Instruction *InstCombiner::visitStoreInst(StoreInst &SI) {
bool InstCombiner::SimplifyStoreAtEndOfBlock(StoreInst &SI) {
assert(SI.isUnordered() &&
"this code has not been auditted for volatile or ordered store case");
-
+
BasicBlock *StoreBB = SI.getParent();
// Check to see if the successor block has exactly two incoming edges. If
OpenPOWER on IntegriCloud