From c6d0567324950c536029e7ef09581d9837ae6be9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 May 2006 23:20:42 +0000 Subject: [PATCH] Fix file header comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28441 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 2344d011d17..fc602778738 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 // -- 2.34.1