diff options
author | Dan Gohman <dan433584@gmail.com> | 2016-01-20 05:54:22 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2016-01-20 05:54:22 +0000 |
commit | 8394756937f37988e4693d6971b3c0618b729e33 (patch) | |
tree | 9581f555e36208e5140d6abbc824701ab2f733d3 /llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | |
parent | 26cf4f3689fbb1a5574ae187074dac9244e19ce5 (diff) | |
download | bcm5719-llvm-8394756937f37988e4693d6971b3c0618b729e33.tar.gz bcm5719-llvm-8394756937f37988e4693d6971b3c0618b729e33.zip |
[WebAssembly] Minor code cleanups. NFC.
llvm-svn: 258294
Diffstat (limited to 'llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h index cd6c59a41c3..50e8ede85f8 100644 --- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h +++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h @@ -15,8 +15,8 @@ #ifndef LLVM_LIB_TARGET_WEBASSEMBLY_INSTPRINTER_WEBASSEMBLYINSTPRINTER_H #define LLVM_LIB_TARGET_WEBASSEMBLY_INSTPRINTER_WEBASSEMBLYINSTPRINTER_H -#include "llvm/MC/MCInstPrinter.h" #include "llvm/CodeGen/MachineValueType.h" +#include "llvm/MC/MCInstPrinter.h" namespace llvm { |