diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-06-25 08:15:10 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-06-25 08:15:10 +0000 |
commit | 0946e70a3b60dec23922cf3e0c313cb0917fee0a (patch) | |
tree | 81eb87f1aa6804c872c7c11eb08df9fe8e5231e8 /contrib/llvm-project/llvm/lib/Target/Hexagon/RDFDeadCode.cpp | |
parent | 4daa95f85d4c5b077295b4e1be1f5163b5dacfe9 (diff) | |
parent | 483b61a50e7423b063fc26985325f594560b3f7e (diff) |
Notes
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/Hexagon/RDFDeadCode.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Target/Hexagon/RDFDeadCode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/Hexagon/RDFDeadCode.cpp b/contrib/llvm-project/llvm/lib/Target/Hexagon/RDFDeadCode.cpp index af86c7b1956b..5a98debd3c00 100644 --- a/contrib/llvm-project/llvm/lib/Target/Hexagon/RDFDeadCode.cpp +++ b/contrib/llvm-project/llvm/lib/Target/Hexagon/RDFDeadCode.cpp @@ -9,13 +9,13 @@ // RDF-based generic dead code elimination. #include "RDFDeadCode.h" -#include "RDFGraph.h" -#include "RDFLiveness.h" #include "llvm/ADT/SetVector.h" #include "llvm/CodeGen/MachineBasicBlock.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineRegisterInfo.h" +#include "llvm/CodeGen/RDFGraph.h" +#include "llvm/CodeGen/RDFLiveness.h" #include "llvm/Support/Debug.h" #include <queue> |