diff options
author | Dan Gohman <dan433584@gmail.com> | 2017-02-27 22:41:39 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2017-02-27 22:41:39 +0000 |
commit | d37dc2f7735935905328214abea02c4e4ed6451c (patch) | |
tree | eb0207553a70bab9be332722f64cb4d0f621edc0 /llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | |
parent | 10268f93e8df5e8ee3f992152df881f3833170a7 (diff) | |
download | bcm5719-llvm-d37dc2f7735935905328214abea02c4e4ed6451c.tar.gz bcm5719-llvm-d37dc2f7735935905328214abea02c4e4ed6451c.zip |
[WebAssembly] Add some comments and tidy up whitespace.
llvm-svn: 296402
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp index cdbd9ea4b09..76a2ff3f980 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp @@ -84,7 +84,7 @@ static void FindUses(Value *V, Function &F, // - Call with fewer arguments than needed: arguments are filled in with undef // - Return value is not needed: drop it // - Return value needed but not present: supply an undef -// +// // For now, return nullptr without creating a wrapper if the wrapper cannot // be generated due to incompatible types. static Function *CreateWrapper(Function *F, FunctionType *Ty) { |