[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp

Chris Lattner sabre at nondot.org
Sun Dec 10 18:17:13 PST 2006



Changes in directory llvm/lib/VMCore:

ConstantFolding.cpp updated: 1.110 -> 1.111
---
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.110 llvm/lib/VMCore/ConstantFolding.cpp:1.111
--- llvm/lib/VMCore/ConstantFolding.cpp:1.110	Tue Dec  5 18:25:09 2006
+++ llvm/lib/VMCore/ConstantFolding.cpp	Sun Dec 10 20:16:58 2006
@@ -1156,7 +1156,7 @@
 /// evaluateRelation - This function determines if there is anything we can
 /// decide about the two constants provided.  This doesn't need to handle simple
 /// things like integer comparisons, but should instead handle ConstantExprs
-/// and GlobalValuess.  If we can determine that the two constants have a
+/// and GlobalValues.  If we can determine that the two constants have a
 /// particular relation to each other, we should return the corresponding SetCC
 /// code, otherwise return Instruction::BinaryOpsEnd.
 ///






More information about the llvm-commits mailing list