Fix unit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2009-07-10 18:58:29 +00:00
parent 84232681cc
commit a439ee027b
3 changed files with 94 additions and 92 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
#define LLVM_SUPPORT_TYPEBUILDER_H
#include "llvm/DerivedTypes.h"
#include "llvm/LLVMContext.h"
#include <limits.h>
namespace llvm {
@@ -234,7 +235,7 @@ public:
template<bool cross> class TypeBuilder<void, cross> {
public:
static const Type *get(LLVMContxt&) {
static const Type *get(LLVMContext&) {
return Type::VoidTy;
}
};