forked from OSchip/llvm-project
Add tags so emacs knows these are C++ files
llvm-svn: 483
This commit is contained in:
parent
d2a6069518
commit
feb62c321e
|
@ -1,4 +1,4 @@
|
|||
/* Title: SparcRegClassInfo.h
|
||||
/* Title: SparcRegClassInfo.h -*- C++ -*-
|
||||
Author: Ruchira Sasanka
|
||||
Date: Aug 20, 01
|
||||
Purpose: Contains the description of integer register class of Sparc
|
||||
|
@ -8,10 +8,7 @@
|
|||
#ifndef SPARC_INT_REG_CLASS_H
|
||||
#define SPARC_INT_REG_CLASS_H
|
||||
|
||||
|
||||
#include "llvm/CodeGen/TargetMachine.h"
|
||||
#include <string>
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Integer Register Class
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Title: IGNode.h
|
||||
/* Title: IGNode.h -*- C++ -*-
|
||||
Author: Ruchira Sasanka
|
||||
Date: July 25, 01
|
||||
Purpose: Represents a node in an interference graph.
|
||||
|
|
Loading…
Reference in New Issue