1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix the name of BreakCriticalMachineEdge.h's include guard

llvm-svn: 53686
This commit is contained in:
Dan Gohman 2008-07-16 16:04:07 +00:00
parent 9f52e3890f
commit 7e1e10f7d2

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"