summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-09-15 15:24:42 +0000
committerSanjay Patel <spatel@rotateright.com>2015-09-15 15:24:42 +0000
commitf9b776350fd638ddf7b8ef4f4a843ebb3671e97c (patch)
treec318e5571520b04c9f4b5177479dcea7af64fa44 /llvm/lib
parentdc4b8c276142b826e47202ff3d49aa6ae5aead87 (diff)
downloadbcm5719-llvm-f9b776350fd638ddf7b8ef4f4a843ebb3671e97c.tar.gz
bcm5719-llvm-f9b776350fd638ddf7b8ef4f4a843ebb3671e97c.zip
more space; NFC
llvm-svn: 247699
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyCFG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index 37ddc0ac862..2c737599bce 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -227,6 +227,7 @@ static unsigned ComputeSpeculationCost(const User *I,
"Instruction is not safe to speculatively execute!");
return TTI.getUserCost(I);
}
+
/// If we have a merge point of an "if condition" as accepted above,
/// return true if the specified value dominates the block. We
/// don't handle the true generality of domination here, just a special case
OpenPOWER on IntegriCloud