Add tags so emacs knows these are C++ files
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 21:04:20 +0000 (21:04 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 21:04:20 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@483 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SparcRegInfo.h
lib/CodeGen/RegAlloc/IGNode.h
lib/Target/SparcV9/RegAlloc/IGNode.h

index 903446f1adf58667692845ea7dfd49378f85f7b9..c97eb9d7e38197c23e7759757e1a7af6e4f6e9e2 100644 (file)
@@ -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
index 03bcfc07b1a3bf7722f82e6b7e9bf48080632afa..2f437f9a574de2e60f8594f649bb9d6731bbc1c4 100644 (file)
@@ -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. 
index 03bcfc07b1a3bf7722f82e6b7e9bf48080632afa..2f437f9a574de2e60f8594f649bb9d6731bbc1c4 100644 (file)
@@ -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.