summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/ConstantFolding.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-04 02:13:20 +0000
committerChris Lattner <sabre@nondot.org>2007-01-04 02:13:20 +0000
commit858f4e936201901d81fbaef548f30fcd54812177 (patch)
treec704a7f862c6e1418fb670f6cc626bd8e3053a9c /llvm/lib/VMCore/ConstantFolding.cpp
parent806adafd956332ea6003d6a6153a9dfb146ccad2 (diff)
downloadbcm5719-llvm-858f4e936201901d81fbaef548f30fcd54812177.tar.gz
bcm5719-llvm-858f4e936201901d81fbaef548f30fcd54812177.zip
fix typo
llvm-svn: 32859
Diffstat (limited to 'llvm/lib/VMCore/ConstantFolding.cpp')
-rw-r--r--llvm/lib/VMCore/ConstantFolding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantFolding.cpp b/llvm/lib/VMCore/ConstantFolding.cpp
index d35ace0af15..6215bdd438b 100644
--- a/llvm/lib/VMCore/ConstantFolding.cpp
+++ b/llvm/lib/VMCore/ConstantFolding.cpp
@@ -744,7 +744,7 @@ static int IdxCompare(Constant *C1, Constant *C2, const Type *ElTy) {
return 1;
}
-/// evaluatFCmpeRelation - This function determines if there is anything we can
+/// evaluateFCmpRelation - This function determines if there is anything we can
/// decide about the two constants provided. This doesn't need to handle simple
/// things like ConstantFP comparisons, but should instead handle ConstantExprs.
/// If we can determine that the two constants have a particular relation to
OpenPOWER on IntegriCloud