some comment fix for X86 and ARM
authorJia Liu <proljc@gmail.com>
Sun, 19 Feb 2012 02:03:36 +0000 (02:03 +0000)
committerJia Liu <proljc@gmail.com>
Sun, 19 Feb 2012 02:03:36 +0000 (02:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150902 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86COFFMachineModuleInfo.cpp
lib/Target/X86/X86COFFMachineModuleInfo.h
lib/Target/X86/X86InstrFMA.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrXOP.td
lib/Target/X86/X86Subtarget.h

index 411e4be05d2eff1dc24d1c2146c78c7f40107801..e01ff41ed1989a8dfdd182f9f832223fa65cf95a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86COFFMachineModuleInfo.cpp --------------------------------------===//
+//===-- X86COFFMachineModuleInfo.cpp - X86 COFF MMI Impl ------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f7c6dd1fbda81f9f12182d66aaf90a94c0612565..63c08f1d5b0b442615dcd9428f2655501941a88c 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86COFFMachineModuleInfo.h ------------------------------*- C++ -*-===//
+//===-- X86COFFMachineModuleInfo.h - X86 COFF MMI Impl ----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 66f5c801eefa383b74b79066441b76d30082d30f..d57937b2e1b7d6ea514228f85a6dba97403747f0 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86InstrFMA.td - Describe the X86 Instruction Set --*- tablegen -*-===//
+//===-- X86InstrFMA.td - FMA Instruction Set ---------------*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 3148f9028c9aefd1df81e91e324a5e45747ee817..a13887e932b2a72183de6e138adf055937828937 100644 (file)
@@ -1,4 +1,4 @@
-//==- X86InstrFPStack.td - Describe the X86 Instruction Set --*- tablegen -*-=//
+//===- X86InstrFPStack.td - FPU Instruction Set ------------*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index ab0217dd48ac2d3db69ef0731e3f66dc3f41a26d..4f9f089d5d4c2e0cbe91fd5ad6c4fc17e784630a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86InstrFragmentsSIMD.td - x86 ISA -----------------*- tablegen -*-===//
+//===-- X86InstrFragmentsSIMD.td - x86 SIMD ISA ------------*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 058dc7402db72f1b3848790fa9498445730e7137..4a670817d3bde393a8795a4827966e61fa7cc381 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86InstrSSE.td - Describe the X86 Instruction Set --*- tablegen -*-===//
+//===-- X86InstrSSE.td - SSE Instruction Set ---------------*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index cfefa5e5ea01858a174bb4035db054b8fc5fc099..65bbcb55ae1268b295284fcf238670e3b4f11b0b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86InstrXOP.td - Describe the X86 Instruction Set --*- tablegen -*-===//
+//===-- X86InstrXOP.td - XOP Instruction Set ---------------*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index a9299929ca641751fc9ec1cc12338ef82c6e5011..a36d0d8f0cc017128ba166b283721071a2a61845 100644 (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
 //