Fix an old copy-n-paste

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bruno Cardoso Lopes 2011-03-04 19:20:24 +00:00
parent 53dc40a45f
commit 49eaf76c53

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef ALPHA_FRAMEINFO_H
#define ALPHA_FRAMEINFO_H
#ifndef MIPS_FRAMEINFO_H
#define MIPS_FRAMEINFO_H
#include "Mips.h"
#include "MipsSubtarget.h"