diff options
| author | Craig Topper <craig.topper@gmail.com> | 2015-12-25 22:10:01 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2015-12-25 22:10:01 +0000 |
| commit | daf2e3ff7a1308753aed42975f914804c22d04d8 (patch) | |
| tree | 080e99e6a45258db6c3c4eaadd46b269954a858a /llvm/lib/Target/WebAssembly | |
| parent | c7277d9485d88ea7aa5f90e8167e2b706ae74fa1 (diff) | |
| download | bcm5719-llvm-daf2e3ff7a1308753aed42975f914804c22d04d8.tar.gz bcm5719-llvm-daf2e3ff7a1308753aed42975f914804c22d04d8.zip | |
Remove extra forward declarations and scrub includes for all in tree InstPrinters. NFC
llvm-svn: 256427
Diffstat (limited to 'llvm/lib/Target/WebAssembly')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h index c585d44f015..39a16f59fd7 100644 --- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h +++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h @@ -20,7 +20,6 @@ namespace llvm { -class MCOperand; class MCSubtargetInfo; class WebAssemblyInstPrinter final : public MCInstPrinter { |

