[llvm] 0e83e67 - SystemZInstrBuilder.h - remove unnecessary PseudoSourceValue.h include. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon May 25 04:41:52 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-25T12:41:22+01:00
New Revision: 0e83e67cd359aef475e5c3b86c1a5c932cfb1aba
URL: https://github.com/llvm/llvm-project/commit/0e83e67cd359aef475e5c3b86c1a5c932cfb1aba
DIFF: https://github.com/llvm/llvm-project/commit/0e83e67cd359aef475e5c3b86c1a5c932cfb1aba.diff
LOG: SystemZInstrBuilder.h - remove unnecessary PseudoSourceValue.h include. NFC.
Added:
Modified:
llvm/lib/Target/SystemZ/SystemZInstrBuilder.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h b/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h
index 57c10648612d..9fc786f92635 100644
--- a/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h
+++ b/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h
@@ -17,7 +17,6 @@
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineMemOperand.h"
-#include "llvm/CodeGen/PseudoSourceValue.h"
namespace llvm {
More information about the llvm-commits
mailing list