Fix typo in BlackfinFrameLowering.h

Patch supplied by Liu (projlc@gmail.com)

llvm-svn: 138798
This commit is contained in:
James Molloy 2011-08-30 07:26:11 +00:00
parent 9668f2d775
commit 02ad655446
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef ALPHA_FRAMEINFO_H
#define ALPHA_FRAMEINFO_H
#ifndef BLACKFIN_FRAMEINFO_H
#define BLACKFIN_FRAMEINFO_H
#include "Blackfin.h"
#include "BlackfinSubtarget.h"