diff options
| author | Jia Liu <proljc@gmail.com> | 2012-02-19 02:03:36 +0000 |
|---|---|---|
| committer | Jia Liu <proljc@gmail.com> | 2012-02-19 02:03:36 +0000 |
| commit | e1d619691b75d49812da2ddeb74303e34bc39090 (patch) | |
| tree | facebf832c2ca529fe1be109ac422a9c737154ea | |
| parent | c49957314573532d8d3d207d733bcbf97c878ea9 (diff) | |
| download | bcm5719-llvm-e1d619691b75d49812da2ddeb74303e34bc39090.tar.gz bcm5719-llvm-e1d619691b75d49812da2ddeb74303e34bc39090.zip | |
some comment fix for X86 and ARM
llvm-svn: 150902
| -rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrFMA.td | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrFPStack.td | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrFragmentsSIMD.td | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrSSE.td | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrXOP.td | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/X86Subtarget.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp index 411e4be05d2..e01ff41ed19 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp +++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp @@ -1,4 +1,4 @@ -//===-- X86COFFMachineModuleInfo.cpp --------------------------------------===// +//===-- X86COFFMachineModuleInfo.cpp - X86 COFF MMI Impl ------------------===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h index f7c6dd1fbda..63c08f1d5b0 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h @@ -1,4 +1,4 @@ -//===-- X86COFFMachineModuleInfo.h ------------------------------*- C++ -*-===// +//===-- X86COFFMachineModuleInfo.h - X86 COFF MMI Impl ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/X86/X86InstrFMA.td b/llvm/lib/Target/X86/X86InstrFMA.td index 66f5c801eef..d57937b2e1b 100644 --- a/llvm/lib/Target/X86/X86InstrFMA.td +++ b/llvm/lib/Target/X86/X86InstrFMA.td @@ -1,4 +1,4 @@ -//===-- X86InstrFMA.td - Describe the X86 Instruction Set --*- tablegen -*-===// +//===-- X86InstrFMA.td - FMA Instruction Set ---------------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/X86/X86InstrFPStack.td b/llvm/lib/Target/X86/X86InstrFPStack.td index 3148f9028c9..a13887e932b 100644 --- a/llvm/lib/Target/X86/X86InstrFPStack.td +++ b/llvm/lib/Target/X86/X86InstrFPStack.td @@ -1,4 +1,4 @@ -//==- X86InstrFPStack.td - Describe the X86 Instruction Set --*- tablegen -*-=// +//===- X86InstrFPStack.td - FPU Instruction Set ------------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td b/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td index ab0217dd48a..4f9f089d5d4 100644 --- a/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td +++ b/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td @@ -1,4 +1,4 @@ -//===-- X86InstrFragmentsSIMD.td - x86 ISA -----------------*- tablegen -*-===// +//===-- X86InstrFragmentsSIMD.td - x86 SIMD ISA ------------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/X86/X86InstrSSE.td b/llvm/lib/Target/X86/X86InstrSSE.td index 058dc7402db..4a670817d3b 100644 --- a/llvm/lib/Target/X86/X86InstrSSE.td +++ b/llvm/lib/Target/X86/X86InstrSSE.td @@ -1,4 +1,4 @@ -//===-- X86InstrSSE.td - Describe the X86 Instruction Set --*- tablegen -*-===// +//===-- X86InstrSSE.td - SSE Instruction Set ---------------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/X86/X86InstrXOP.td b/llvm/lib/Target/X86/X86InstrXOP.td index cfefa5e5ea0..65bbcb55ae1 100644 --- a/llvm/lib/Target/X86/X86InstrXOP.td +++ b/llvm/lib/Target/X86/X86InstrXOP.td @@ -1,4 +1,4 @@ -//===-- X86InstrXOP.td - Describe the X86 Instruction Set --*- tablegen -*-===// +//===-- X86InstrXOP.td - XOP Instruction Set ---------------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/X86/X86Subtarget.h b/llvm/lib/Target/X86/X86Subtarget.h index a9299929ca6..a36d0d8f0cc 100644 --- a/llvm/lib/Target/X86/X86Subtarget.h +++ b/llvm/lib/Target/X86/X86Subtarget.h @@ -1,4 +1,4 @@ -//===---- X86Subtarget.h - Define Subtarget for the X86 --------*- C++ -*--===// +//===-- X86Subtarget.h - Define Subtarget for the X86 ----------*- C++ -*--===// // // The LLVM Compiler Infrastructure // |

