forked from OSchip/llvm-project
[WebAssembly] Change a comment line
Test for commit access. llvm-svn: 279683
This commit is contained in:
parent
23a6b92f63
commit
b6cd5121b7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue