[llvm-commits] [llvm] r50300 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
Dale Johannesen
dalej at apple.com
Fri Apr 25 14:16:10 PDT 2008
Author: johannes
Date: Fri Apr 25 16:16:07 2008
New Revision: 50300
URL: http://llvm.org/viewvc/llvm-project?rev=50300&view=rev
Log:
change comments per review
Modified:
llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp?rev=50300&r1=50299&r2=50300&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp Fri Apr 25 16:16:07 2008
@@ -8694,8 +8694,8 @@
return visitCallSite(&II);
}
-// If this cast does not affect the value passed through the varargs
-// area, we can eliminate the use of the cast.
+/// isSafeToEliminateVarargsCast - If this cast does not affect the value
+/// passed through the varargs area, we can eliminate the use of the cast.
static bool isSafeToEliminateVarargsCast(const CallSite CS,
const CastInst * const CI,
const TargetData * const TD,
More information about the llvm-commits
mailing list