aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-07 21:04:20 +0000
committerChris Lattner <sabre@nondot.org>2001-09-07 21:04:20 +0000
commit1b40a1bacd72494b01ae29d85d8509ff35ddd25b (patch)
tree5d13e47e9ff509f7ab49e46ee05d1f2834cb5ef1 /lib/CodeGen
parent8a17faaf07998cc28f7e740f9333b77c305ee81b (diff)
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
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/RegAlloc/IGNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h
index 03bcfc07b1..2f437f9a57 100644
--- a/lib/CodeGen/RegAlloc/IGNode.h
+++ b/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.