mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Add tags so emacs knows these are C++ files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
/* Title: SparcRegClassInfo.h
|
/* Title: SparcRegClassInfo.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: Aug 20, 01
|
Date: Aug 20, 01
|
||||||
Purpose: Contains the description of integer register class of Sparc
|
Purpose: Contains the description of integer register class of Sparc
|
||||||
@ -8,10 +8,7 @@
|
|||||||
#ifndef SPARC_INT_REG_CLASS_H
|
#ifndef SPARC_INT_REG_CLASS_H
|
||||||
#define SPARC_INT_REG_CLASS_H
|
#define SPARC_INT_REG_CLASS_H
|
||||||
|
|
||||||
|
|
||||||
#include "llvm/CodeGen/TargetMachine.h"
|
#include "llvm/CodeGen/TargetMachine.h"
|
||||||
#include <string>
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Integer Register Class
|
// Integer Register Class
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Title: IGNode.h
|
/* Title: IGNode.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: July 25, 01
|
Date: July 25, 01
|
||||||
Purpose: Represents a node in an interference graph.
|
Purpose: Represents a node in an interference graph.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Title: IGNode.h
|
/* Title: IGNode.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: July 25, 01
|
Date: July 25, 01
|
||||||
Purpose: Represents a node in an interference graph.
|
Purpose: Represents a node in an interference graph.
|
||||||
|
Reference in New Issue
Block a user