diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-09-07 21:04:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-09-07 21:04:20 +0000 |
| commit | feb62c321e920aa9cac365e1ab5c630def195e8e (patch) | |
| tree | 2a6f9eba032ff2cc3a4cfb3cac4a5be8dcec50fb | |
| parent | d2a60695187d39f388c9ae066b0b001ba4cf8814 (diff) | |
| download | bcm5719-llvm-feb62c321e920aa9cac365e1ab5c630def195e8e.tar.gz bcm5719-llvm-feb62c321e920aa9cac365e1ab5c630def195e8e.zip | |
Add tags so emacs knows these are C++ files
llvm-svn: 483
| -rw-r--r-- | llvm/include/llvm/CodeGen/SparcRegInfo.h | 5 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/IGNode.h | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/llvm/include/llvm/CodeGen/SparcRegInfo.h b/llvm/include/llvm/CodeGen/SparcRegInfo.h index 903446f1adf..c97eb9d7e38 100644 --- a/llvm/include/llvm/CodeGen/SparcRegInfo.h +++ b/llvm/include/llvm/CodeGen/SparcRegInfo.h @@ -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 diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.h b/llvm/lib/CodeGen/RegAlloc/IGNode.h index 03bcfc07b1a..2f437f9a574 100644 --- a/llvm/lib/CodeGen/RegAlloc/IGNode.h +++ b/llvm/lib/CodeGen/RegAlloc/IGNode.h @@ -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. |

