forked from OSchip/llvm-project
Fix typo in BlackfinFrameLowering.h
Patch supplied by Liu (projlc@gmail.com) llvm-svn: 138798
This commit is contained in:
parent
9668f2d775
commit
02ad655446
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue