summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-20 05:54:22 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-20 05:54:22 +0000
commit8394756937f37988e4693d6971b3c0618b729e33 (patch)
tree9581f555e36208e5140d6abbc824701ab2f733d3 /llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
parent26cf4f3689fbb1a5574ae187074dac9244e19ce5 (diff)
downloadbcm5719-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.h2
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 {
OpenPOWER on IntegriCloud