Fix an old copy-n-paste

llvm-svn: 127020
This commit is contained in:
Bruno Cardoso Lopes 2011-03-04 19:20:24 +00:00
parent 23ee9fdba3
commit 5347fd6512

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"