From: Misha Brukman Date: Fri, 22 Nov 2002 22:42:50 +0000 (+0000) Subject: Added -*- C++ -*- mode to the comments. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a85d6bc2bc282ab301a8c6531427cc3bf97b53ff;p=oota-llvm.git Added -*- C++ -*- mode to the comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4826 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index fa3537c6482..67a6537999e 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp @@ -1,4 +1,4 @@ -//===- X86InstrInfo.cpp - X86 Instruction Information ---------------===// +//===- X86InstrInfo.cpp - X86 Instruction Information -----------*- C++ -*-===// // // This file contains the X86 implementation of the MachineInstrInfo class. //