summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/SparsePropagation.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-21 18:03:38 +0000
committerOwen Anderson <resistor@mac.com>2009-07-21 18:03:38 +0000
commitc37bc69e9186f44c656a5e7f683a9f08ac49c711 (patch)
tree25ad4c9ef2d92f07d1edc1cbdef76cbc17e6de94 /llvm/lib/Analysis/SparsePropagation.cpp
parent26aafc1ab5e09d5b4fde99cc029f53078ceab5dd (diff)
downloadbcm5719-llvm-c37bc69e9186f44c656a5e7f683a9f08ac49c711.tar.gz
bcm5719-llvm-c37bc69e9186f44c656a5e7f683a9f08ac49c711.zip
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
llvm-svn: 76598
Diffstat (limited to 'llvm/lib/Analysis/SparsePropagation.cpp')
-rw-r--r--llvm/lib/Analysis/SparsePropagation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/SparsePropagation.cpp b/llvm/lib/Analysis/SparsePropagation.cpp
index 527299918bd..c1b39fe7d75 100644
--- a/llvm/lib/Analysis/SparsePropagation.cpp
+++ b/llvm/lib/Analysis/SparsePropagation.cpp
@@ -154,7 +154,7 @@ void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI,
}
// Constant condition variables mean the branch can only go a single way
- Succs[C == Context->getConstantIntFalse()] = true;
+ Succs[C == Context->getFalse()] = true;
return;
}
OpenPOWER on IntegriCloud