[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp
Chris Lattner
sabre at nondot.org
Wed Jan 3 18:13:35 PST 2007
Changes in directory llvm/lib/VMCore:
ConstantFolding.cpp updated: 1.124 -> 1.125
---
Log message:
fix typo
---
Diffs of the changes: (+1 -1)
ConstantFolding.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/ConstantFolding.cpp
diff -u llvm/lib/VMCore/ConstantFolding.cpp:1.124 llvm/lib/VMCore/ConstantFolding.cpp:1.125
--- llvm/lib/VMCore/ConstantFolding.cpp:1.124 Wed Jan 3 19:56:39 2007
+++ llvm/lib/VMCore/ConstantFolding.cpp Wed Jan 3 20:13:20 2007
@@ -744,7 +744,7 @@
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
More information about the llvm-commits
mailing list