small comment changes, remove dead code
This commit is contained in:
1
expr.cpp
1
expr.cpp
@@ -3203,6 +3203,7 @@ ConstExpr::ConstExpr(ConstExpr *old, double *v)
|
||||
break;
|
||||
case AtomicType::TYPE_INT64:
|
||||
case AtomicType::TYPE_UINT64:
|
||||
// For now, this should never be reached
|
||||
FATAL("fixme; we need another constructor so that we're not trying to pass "
|
||||
"double values to init an int64 type...");
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user