summaryrefslogtreecommitdiff
path: root/lib/VMCore/ConstantFold.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
commit898b2d52f9802fb8d9c426fa1c7e28c91cf2b1d8 (patch)
tree3a0bd77cc99721d6d745fe177791dacd68dcc92f /lib/VMCore/ConstantFold.cpp
parent7ce2f8b265e5d170cecbe61ea7f4269876bf07ef (diff)
downloadllvm-898b2d52f9802fb8d9c426fa1c7e28c91cf2b1d8.tar.gz
llvm-898b2d52f9802fb8d9c426fa1c7e28c91cf2b1d8.tar.bz2
llvm-898b2d52f9802fb8d9c426fa1c7e28c91cf2b1d8.tar.xz
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ConstantFold.cpp')
-rw-r--r--lib/VMCore/ConstantFold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/ConstantFold.cpp b/lib/VMCore/ConstantFold.cpp
index d35ace0af1..6215bdd438 100644
--- a/lib/VMCore/ConstantFold.cpp
+++ b/lib/VMCore/ConstantFold.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