diff options
| -rw-r--r-- | llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg b/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg index d2e3e8c0011..193c6e993e6 100644 --- a/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg +++ b/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg @@ -1,6 +1,6 @@ %{ #include <stdio.h> -#include <llvm/Codegen/InstrForest.h> +#include <llvm/CodeGen/InstrForest.h> typedef BasicTreeNode* NODEPTR_TYPE; #define OP_LABEL(p) ((p)->opLabel) |

