diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2020-06-24 20:22:44 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2020-06-24 20:22:44 +0000 |
| commit | 483b61a50e7423b063fc26985325f594560b3f7e (patch) | |
| tree | 5bb205026b61f3dd88d63f43d0b790d518acefec /llvm/lib/Target/Hexagon/RDFDeadCode.h | |
| parent | 8055b7e383f74dbc58c8085a0f0c45f4c61f8231 (diff) | |
Notes
Diffstat (limited to 'llvm/lib/Target/Hexagon/RDFDeadCode.h')
| -rw-r--r-- | llvm/lib/Target/Hexagon/RDFDeadCode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/RDFDeadCode.h b/llvm/lib/Target/Hexagon/RDFDeadCode.h index 7f91977e1d6c..859c8161d355 100644 --- a/llvm/lib/Target/Hexagon/RDFDeadCode.h +++ b/llvm/lib/Target/Hexagon/RDFDeadCode.h @@ -23,8 +23,8 @@ #ifndef RDF_DEADCODE_H #define RDF_DEADCODE_H -#include "RDFGraph.h" -#include "RDFLiveness.h" +#include "llvm/CodeGen/RDFGraph.h" +#include "llvm/CodeGen/RDFLiveness.h" #include "llvm/ADT/SetVector.h" namespace llvm { |
