diff options
| author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2017-02-11 00:27:28 +0000 |
|---|---|---|
| committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2017-02-11 00:27:28 +0000 |
| commit | d3a6c897ba992e572ebecd2bcfe66cd2b435246e (patch) | |
| tree | 08de330c2ff38e80f8642cab20d7eaed63e025e8 /llvm/lib/MC/MCInst.cpp | |
| parent | a2eb926e8aef74770a236c09573324917686fe8c (diff) | |
| download | bcm5719-llvm-d3a6c897ba992e572ebecd2bcfe66cd2b435246e.tar.gz bcm5719-llvm-d3a6c897ba992e572ebecd2bcfe66cd2b435246e.zip | |
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
llvm-svn: 294813
Diffstat (limited to 'llvm/lib/MC/MCInst.cpp')
| -rw-r--r-- | llvm/lib/MC/MCInst.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCInst.cpp b/llvm/lib/MC/MCInst.cpp index 16bc597cf3a..f6d1d3cffca 100644 --- a/llvm/lib/MC/MCInst.cpp +++ b/llvm/lib/MC/MCInst.cpp @@ -10,6 +10,7 @@ #include "llvm/MC/MCInst.h" #include "llvm/MC/MCExpr.h" #include "llvm/MC/MCInstPrinter.h" +#include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" |

