projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cedd0b
)
more space; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Tue, 15 Sep 2015 15:24:42 +0000
(15:24 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Tue, 15 Sep 2015 15:24:42 +0000
(15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247699
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/SimplifyCFG.cpp
b/lib/Transforms/Utils/SimplifyCFG.cpp
index 37ddc0ac862ffafd2c54f7b617225e2dfcfb9196..2c737599bce347989a8b733da3530e30de4af593 100644
(file)
--- a/
lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/
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