diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-12-22 23:45:21 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-12-22 23:45:21 +0000 |
commit | a2b2cdc8138d243ac4a96c1ac583d936cc7d7f5b (patch) | |
tree | 1de5bde259c8b47084a1d63763ddad55f7a66454 /llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | |
parent | cc38ba19544b77bd3ea16ad461bbf20573344889 (diff) | |
download | bcm5719-llvm-a2b2cdc8138d243ac4a96c1ac583d936cc7d7f5b.tar.gz bcm5719-llvm-a2b2cdc8138d243ac4a96c1ac583d936cc7d7f5b.zip |
[WebAssembly] Trim unneeded #includes. NFC.
llvm-svn: 256301
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp index 2d2adeb93d2..a953f824700 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp @@ -15,7 +15,6 @@ #include "WebAssemblyMCInstLower.h" #include "WebAssemblyMachineFunctionInfo.h" -#include "llvm/ADT/SmallString.h" #include "llvm/CodeGen/AsmPrinter.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/IR/Constants.h" |