/*
- * Copyright (C) 2013 Apple Inc. All rights reserved.
+ * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
void Edge::dump(PrintStream& out) const
{
if (useKindUnchecked() != UntypedUse) {
- if (needsCheck())
+ if (!isProved())
out.print("Check:");
out.print(useKind(), ":");
}