mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
the bug was apparently fixed long ago, reenable the assertion
llvm-svn: 55224
This commit is contained in:
@@ -1097,8 +1097,7 @@ public:
|
||||
ConstantClass *Result =
|
||||
ConstantCreator<ConstantClass,TypeClass,ValType>::create(Ty, V);
|
||||
|
||||
/// FIXME: why does this assert fail when loading 176.gcc?
|
||||
//assert(Result->getType() == Ty && "Type specified is not correct!");
|
||||
assert(Result->getType() == Ty && "Type specified is not correct!");
|
||||
I = Map.insert(I, std::make_pair(MapKey(Ty, V), Result));
|
||||
|
||||
if (HasLargeKey) // Remember the reverse mapping if needed.
|
||||
|
||||
Reference in New Issue
Block a user