diff options
author | Reid Kleckner <rnk@google.com> | 2019-11-13 16:28:12 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-11-13 16:34:00 -0800 |
commit | a36f316390d4bc1bcb0e9de0f55831385ab24099 (patch) | |
tree | acaf5758e37bde43cde2485f5c9819d2d6fe2944 /llvm/lib/MC/MCInstrAnalysis.cpp | |
parent | af7d4022c77d851e9569ec3ded6038616a6622d0 (diff) | |
download | bcm5719-llvm-a36f316390d4bc1bcb0e9de0f55831385ab24099.tar.gz bcm5719-llvm-a36f316390d4bc1bcb0e9de0f55831385ab24099.zip |
Forward declare Optional<T> in STLExtras.h
WIP stats
Diffstat (limited to 'llvm/lib/MC/MCInstrAnalysis.cpp')
-rw-r--r-- | llvm/lib/MC/MCInstrAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCInstrAnalysis.cpp b/llvm/lib/MC/MCInstrAnalysis.cpp index 54741fdd686..5e0c09f49fb 100644 --- a/llvm/lib/MC/MCInstrAnalysis.cpp +++ b/llvm/lib/MC/MCInstrAnalysis.cpp @@ -7,8 +7,8 @@ //===----------------------------------------------------------------------===// #include "llvm/MC/MCInstrAnalysis.h" - #include "llvm/ADT/APInt.h" +#include "llvm/ADT/Optional.h" #include "llvm/MC/MCInst.h" #include "llvm/MC/MCInstrDesc.h" #include "llvm/MC/MCInstrInfo.h" |