Missed earlier. This is part of previous check-in. (r102661 - refactor.)
authorDevang Patel <dpatel@apple.com>
Thu, 29 Apr 2010 20:48:12 +0000 (20:48 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 29 Apr 2010 20:48:12 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102662 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DebugInfo.h

index d68bfa3c0dfed34be2fda32c4c5094dc7db0371c..3c43724b7672bf6c0cf9d0575ed48493493e600f 100644 (file)
@@ -474,6 +474,10 @@ namespace llvm {
       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;
   };