diff options
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r-- | include/llvm/Function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h index b1d38dda4f..2be84d4e4c 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -40,7 +40,7 @@ private: Module *Parent; // The module that contains this method - friend class ValueHolder<Method,Module, Module>; + friend class ValueHolder<Method, Module, Module>; void setParent(Module *parent); public: |