some comment fix for X86 and ARM

llvm-svn: 150902
This commit is contained in:
Jia Liu 2012-02-19 02:03:36 +00:00
parent c499573145
commit e1d619691b
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
//===-- X86COFFMachineModuleInfo.cpp --------------------------------------===//
//===-- X86COFFMachineModuleInfo.cpp - X86 COFF MMI Impl ------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- X86COFFMachineModuleInfo.h ------------------------------*- C++ -*-===//
//===-- X86COFFMachineModuleInfo.h - X86 COFF MMI Impl ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- X86InstrFMA.td - Describe the X86 Instruction Set --*- tablegen -*-===//
//===-- X86InstrFMA.td - FMA Instruction Set ---------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//==- X86InstrFPStack.td - Describe the X86 Instruction Set --*- tablegen -*-=//
//===- X86InstrFPStack.td - FPU Instruction Set ------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- X86InstrFragmentsSIMD.td - x86 ISA -----------------*- tablegen -*-===//
//===-- X86InstrFragmentsSIMD.td - x86 SIMD ISA ------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- X86InstrSSE.td - Describe the X86 Instruction Set --*- tablegen -*-===//
//===-- X86InstrSSE.td - SSE Instruction Set ---------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- X86InstrXOP.td - Describe the X86 Instruction Set --*- tablegen -*-===//
//===-- X86InstrXOP.td - XOP Instruction Set ---------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===---- X86Subtarget.h - Define Subtarget for the X86 --------*- C++ -*--===//
//===-- X86Subtarget.h - Define Subtarget for the X86 ----------*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//