Do not segfault when the post-dominator tree is empty (ie, there are no return
[oota-llvm.git] / include / llvm / GlobalVariable.h
index c32b15c2d5a93658b5aafcf24a11910f18ba09aa..1fd004cb809e05294586054ab0fd346944863b63 100644 (file)
@@ -13,9 +13,8 @@
 #ifndef LLVM_GLOBAL_VARIABLE_H
 #define LLVM_GLOBAL_VARIABLE_H
 
-#include <assert.h>
-
 #include "llvm/GlobalValue.h"
+
 class Module;
 class Constant;
 class PointerType;