diff gen/tollvm.h @ 106:5b5194b25f33 trunk

[svn r110] Fixed typeinfo for classes.
author lindquist
date Mon, 19 Nov 2007 06:01:48 +0100
parents 4d1e9eb001e0
children 5ab8e92611f9
line wrap: on
line diff
--- a/gen/tollvm.h	Mon Nov 19 03:39:46 2007 +0100
+++ b/gen/tollvm.h	Mon Nov 19 06:01:48 2007 +0100
@@ -90,6 +90,7 @@
 llvm::Constant* isaConstant(llvm::Value* v);
 llvm::ConstantInt* isaConstantInt(llvm::Value* v);
 llvm::Argument* isaArgument(llvm::Value* v);
+llvm::GlobalVariable* isaGlobalVar(llvm::Value* v);
 
 // basic operations
 void DtoAssign(DValue* lhs, DValue* rhs);