[WebAssembly] Change a comment line

Test for commit access.

llvm-svn: 279683
This commit is contained in:
Heejin Ahn 2016-08-24 22:53:00 +00:00
parent 23a6b92f63
commit b6cd5121b7
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ static bool canThrow(const Value *V) {
return false;
return true;
}
return true; // not a function, so an indirect call - can throw, we can't tell
// not a function, so an indirect call - can throw, we can't tell
return true;
}
// Returns an available name for a global value.