[llvm-commits] [llvm] r102662 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h

Devang Patel dpatel at apple.com
Thu Apr 29 13:48:12 PDT 2010


Author: dpatel
Date: Thu Apr 29 15:48:12 2010
New Revision: 102662

URL: http://llvm.org/viewvc/llvm-project?rev=102662&view=rev
Log:
Missed earlier. This is part of previous check-in. (r102661 - refactor.)

Modified:
    llvm/trunk/include/llvm/Analysis/DebugInfo.h

Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=102662&r1=102661&r2=102662&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Thu Apr 29 15:48:12 2010
@@ -474,6 +474,10 @@
       return getType().isBlockByrefStruct();
     }
 
+    /// isInlinedFnArgument - Return trule if this variable provides debugging
+    /// information for an inlined function arguments.
+    bool isInlinedFnArgument(const Function *CurFn);
+
     /// dump - print variable.
     void dump() const;
   };





More information about the llvm-commits mailing list