mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
Delete a directory that wasn't supposed to be checked in yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -434,7 +434,8 @@ void Verifier::visitGlobalVariable(GlobalVariable &GV) {
|
||||
if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getType())) {
|
||||
StructType *STy = dyn_cast<StructType>(ATy->getElementType());
|
||||
PointerType *FuncPtrTy =
|
||||
FunctionType::get(Type::getVoidTy(*Context), false)->getPointerTo();
|
||||
FunctionType::get(Type::getVoidTy(*Context), false)
|
||||
->getPointerTo(GV.getType());
|
||||
Assert1(STy && STy->getNumElements() == 2 &&
|
||||
STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
|
||||
STy->getTypeAtIndex(1) == FuncPtrTy,
|
||||
|
||||
Reference in New Issue
Block a user