[llvm-commits] [llvm] r73578 - /llvm/trunk/include/llvm/DerivedTypes.h
Owen Anderson
resistor at mac.com
Tue Jun 16 15:56:04 PDT 2009
Author: resistor
Date: Tue Jun 16 17:56:04 2009
New Revision: 73578
URL: http://llvm.org/viewvc/llvm-project?rev=73578&view=rev
Log:
Forgot this file in my last commit.
Modified:
llvm/trunk/include/llvm/DerivedTypes.h
Modified: llvm/trunk/include/llvm/DerivedTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DerivedTypes.h?rev=73578&r1=73577&r2=73578&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DerivedTypes.h (original)
+++ llvm/trunk/include/llvm/DerivedTypes.h Tue Jun 16 17:56:04 2009
@@ -50,6 +50,10 @@
///
void dropAllTypeUses();
+ /// unlockedRefineAbstractTypeTo - Internal version of refineAbstractTypeTo
+ /// that performs no locking. Only used for internal recursion.
+ void unlockedRefineAbstractTypeTo(const Type *NewType);
+
public:
//===--------------------------------------------------------------------===//
More information about the llvm-commits
mailing list