[llvm-branch-commits] [llvm-branch] r99278 - /llvm/branches/ggreif/InvokeInst-operands/lib/VMCore/Function.cpp
Gabor Greif
ggreif at gmail.com
Tue Mar 23 08:06:54 PDT 2010
Author: ggreif
Date: Tue Mar 23 10:06:53 2010
New Revision: 99278
URL: http://llvm.org/viewvc/llvm-project?rev=99278&view=rev
Log:
pull change from trunk (r99276)
Modified:
llvm/branches/ggreif/InvokeInst-operands/lib/VMCore/Function.cpp (contents, props changed)
Modified: llvm/branches/ggreif/InvokeInst-operands/lib/VMCore/Function.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/InvokeInst-operands/lib/VMCore/Function.cpp?rev=99278&r1=99277&r2=99278&view=diff
==============================================================================
--- llvm/branches/ggreif/InvokeInst-operands/lib/VMCore/Function.cpp (original)
+++ llvm/branches/ggreif/InvokeInst-operands/lib/VMCore/Function.cpp Tue Mar 23 10:06:53 2010
@@ -400,8 +400,8 @@
#include "llvm/Intrinsics.gen"
#undef GET_LLVM_INTRINSIC_FOR_GCC_BUILTIN
- /// hasAddressTaken - returns true if there are any uses of this function
- /// other than direct calls or invokes to it.
+/// hasAddressTaken - returns true if there are any uses of this function
+/// other than direct calls or invokes to it.
bool Function::hasAddressTaken() const {
for (Value::use_const_iterator I = use_begin(), E = use_end(); I != E; ++I) {
if (I.getOperandNo() != 0 ||
Propchange: llvm/branches/ggreif/InvokeInst-operands/lib/VMCore/Function.cpp
------------------------------------------------------------------------------
svn:mergeinfo = /llvm/trunk/lib/VMCore/Function.cpp:99084,99276
More information about the llvm-branch-commits
mailing list