From a80e1181b78183dc36ec6568559d38faa86981f0 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sat, 28 Apr 2007 13:45:00 +0000 Subject: Implement review feedback. Aliasees can be either GlobalValue's or bitcasts of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36537 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bytecode/BytecodeHandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/llvm/Bytecode') diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h index 3d885e123f..e45266bb2c 100644 --- a/include/llvm/Bytecode/BytecodeHandler.h +++ b/include/llvm/Bytecode/BytecodeHandler.h @@ -116,6 +116,12 @@ public: bool isThreadLocal ///< Whether the GV is thread local or not ) {} + virtual void handleGlobalAlias( + const Type* ElemType, + GlobalValue::LinkageTypes Linkage, + unsigned TypeSlotNum, + unsigned AliaseeSlot) { } + /// This method is called when a type list is recognized. It simply /// provides the number of types that the list contains. The handler /// should expect that number of calls to handleType. -- cgit v1.2.3-70-g09d2