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/WebAssemblyRuntimeLibcallSignatures.h | |
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/WebAssemblyRuntimeLibcallSignatures.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h b/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h index 98b21803da2..690ca86a8df 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h @@ -15,9 +15,9 @@ #ifndef LLVM_LIB_TARGET_WEBASSEMBLY_RUNTIME_LIBCALL_SIGNATURES_H #define LLVM_LIB_TARGET_WEBASSEMBLY_RUNTIME_LIBCALL_SIGNATURES_H +#include "MCTargetDesc/WebAssemblyMCTargetDesc.h" #include "llvm/ADT/SmallVector.h" #include "llvm/CodeGen/RuntimeLibcalls.h" -#include "MCTargetDesc/WebAssemblyMCTargetDesc.h" namespace llvm { |