diff options
author | Philip Reames <listmail@philipreames.com> | 2021-04-06 08:32:13 -0700 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2021-04-06 08:33:15 -0700 |
commit | 21d48399484cc5dbc94af8aff2a3b2208783ab08 (patch) | |
tree | 8b34a303428d59516b51cc1562cd4c1a72a53d3a /llvm/lib/IR/Value.cpp | |
parent | fd28517d878e1d3d14f492ab659aabdf729fd331 (diff) | |
download | llvm-21d48399484cc5dbc94af8aff2a3b2208783ab08.zip llvm-21d48399484cc5dbc94af8aff2a3b2208783ab08.tar.gz llvm-21d48399484cc5dbc94af8aff2a3b2208783ab08.tar.bz2 |
Move GCRelocateInst and GCResultInst to IntrinsicInst.h [nfc]
These two are part of the IntrinsicInst class hierarchy and it helps to cut down on some redundant includes.
Diffstat (limited to 'llvm/lib/IR/Value.cpp')
-rw-r--r-- | llvm/lib/IR/Value.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Value.cpp b/llvm/lib/IR/Value.cpp index bf48d09..d54a95c 100644 --- a/llvm/lib/IR/Value.cpp +++ b/llvm/lib/IR/Value.cpp @@ -26,7 +26,6 @@ #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/Module.h" #include "llvm/IR/Operator.h" -#include "llvm/IR/Statepoint.h" #include "llvm/IR/ValueHandle.h" #include "llvm/IR/ValueSymbolTable.h" #include "llvm/Support/CommandLine.h" |