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
This commit is contained in:
Dan Gohman 2008-07-16 16:04:07 +00:00
parent 58ca8d55d4
commit 9cf80fac29

View File

@ -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"