Fix build warnings

Swift SVN r3749
This commit is contained in:
Dave Zarzycki
2013-01-11 18:58:44 +00:00
parent bb51760bdf
commit ed5de91828
2 changed files with 2 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ public:
assert(calleeTy.is<FunctionType>() &&
"callee of apply must have concrete function type");
SILFunctionTypeInfo *ti = F.getModule().getFunctionTypeInfo(calleeTy);
(void)ti;
DEBUG(llvm::dbgs() << "function input types:\n";
for (SILType t : ti->getInputTypes()) {