some comment fix for X86 and ARM

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jia Liu 2012-02-19 02:03:36 +00:00
parent 28a713b20a
commit 44de83a7f6
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
//