summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-23 23:20:42 +0000
committerChris Lattner <sabre@nondot.org>2006-05-23 23:20:42 +0000
commitc6d0567324950c536029e7ef09581d9837ae6be9 (patch)
treedf7bbce16b541ba0317dcd74daf19413e28712a3 /lib
parent4db3af35117521643d0c1323c99f1fd00e1acf5d (diff)
downloadllvm-c6d0567324950c536029e7ef09581d9837ae6be9.tar.gz
llvm-c6d0567324950c536029e7ef09581d9837ae6be9.tar.bz2
llvm-c6d0567324950c536029e7ef09581d9837ae6be9.tar.xz
Fix file header comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index 2344d011d1..fc60277873 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -1,4 +1,4 @@
-//===-- X86ISelLowering.h - X86 DAG Lowering Interface ----------*- C++ -*-===//
+//===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
//
// The LLVM Compiler Infrastructure
//