Fix C++ backend bug introduced in d14a2de168.

(This was causing a number of tests to fail with the generic
targets.)
This commit is contained in:
Matt Pharr
2012-01-19 11:35:02 -07:00
parent 68f6ea8def
commit 2fb59c90cf
2 changed files with 12 additions and 3 deletions

View File

@@ -387,7 +387,6 @@ lGenericTypeLayoutIndeterminate(LLVM_TYPE_CONST llvm::Type *type) {
return false;
}
type->dump();
Assert(llvm::isa<LLVM_TYPE_CONST llvm::VectorType>(type));
return true;
}