StatepointLowering.cpp - fix implicit CommandLine.h dependency. NFC.

StatepointLowering defines a cl::opt but don't include CommandLine.h.
This commit is contained in:
Simon Pilgrim 2020-06-23 09:41:14 +01:00
parent 35cb9b323e
commit 0acd22b8fb
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "llvm/IR/Statepoint.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MachineValueType.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"