small comment changes, remove dead code

This commit is contained in:
Matt Pharr
2011-06-22 14:38:49 -07:00
parent bf74a3360f
commit 2ced56736e
2 changed files with 1 additions and 7 deletions

View File

@@ -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: