summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2016-08-24 22:53:00 +0000
committerHeejin Ahn <aheejin@gmail.com>2016-08-24 22:53:00 +0000
commitb6cd5121b76d6ac2899412a2d0da5a9d5eb39c76 (patch)
tree6570b4f2ab800fe726cdf46c8ae137181e3a68b3
parent23a6b92f632083946bdc510e14e648d36808c39c (diff)
downloadbcm5719-llvm-b6cd5121b76d6ac2899412a2d0da5a9d5eb39c76.tar.gz
bcm5719-llvm-b6cd5121b76d6ac2899412a2d0da5a9d5eb39c76.zip
[WebAssembly] Change a comment line
Test for commit access. llvm-svn: 279683
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
index 8512b20770b..6c84a38a590 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
@@ -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.
OpenPOWER on IntegriCloud