diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-16 16:04:07 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-16 16:04:07 +0000 |
commit | 9cf80fac2967b0476ec5dc87fc4dad51d3b0c1b0 (patch) | |
tree | f3bf37008e82c58283586d9c2dde4ae372bdf060 /include/llvm/CodeGen/BreakCriticalMachineEdge.h | |
parent | 58ca8d55d4ad9d277f251c4c85fb6db30d96bfc7 (diff) |
Fix the name of BreakCriticalMachineEdge.h's include guard
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/BreakCriticalMachineEdge.h')
-rw-r--r-- | include/llvm/CodeGen/BreakCriticalMachineEdge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/BreakCriticalMachineEdge.h b/include/llvm/CodeGen/BreakCriticalMachineEdge.h index fd5df521f2..dd8ecae925 100644 --- a/include/llvm/CodeGen/BreakCriticalMachineEdge.h +++ b/include/llvm/CodeGen/BreakCriticalMachineEdge.h @@ -11,8 +11,8 @@ // //===---------------------------------------------------------------------===// -#ifndef LLVM_CODEGEN_ASMPRINTER_H -#define LLVM_CODEGEN_ASMPRINTER_H +#ifndef LLVM_CODEGEN_BREAKCRITICALMACHINEEDGES_H +#define LLVM_CODEGEN_BREAKCRITICALMACHINEEDGES_H #include "llvm/CodeGen/MachineJumpTableInfo.h" #include "llvm/Target/TargetInstrInfo.h" |