diff options
author | Eric Christopher <echristo@gmail.com> | 2019-04-12 06:16:33 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2019-04-12 06:16:33 +0000 |
commit | b6c190da23129860e14cbcfe582a875d693c7219 (patch) | |
tree | 33698052bc1cc2447d7e0de20eab9ecac18d253e /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | ac79ef8f0ec23aaaf485ec2da4ef7cadd36e3aa6 (diff) | |
download | bcm5719-llvm-b6c190da23129860e14cbcfe582a875d693c7219.tar.gz bcm5719-llvm-b6c190da23129860e14cbcfe582a875d693c7219.zip |
Include what's used in a few cpp files - these were getting transitive
includes from MCDwarf.h.
llvm-svn: 358254
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineOperand.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 3ff7a3c252a..80011d48aed 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -24,6 +24,7 @@ #include "llvm/IR/Constants.h" #include "llvm/IR/IRPrintingPasses.h" #include "llvm/IR/ModuleSlotTracker.h" +#include "llvm/MC/MCDwarf.h" #include "llvm/Target/TargetIntrinsicInfo.h" #include "llvm/Target/TargetMachine.h" |