diff options
author | Jia Liu <proljc@gmail.com> | 2012-02-18 12:03:15 +0000 |
---|---|---|
committer | Jia Liu <proljc@gmail.com> | 2012-02-18 12:03:15 +0000 |
commit | b22310fda63e03a80c808de5e0510339668820ea (patch) | |
tree | 18c810d3237dd8fdb79c60ab38e2415632d92f22 /llvm/lib/Target/XCore/MCTargetDesc | |
parent | 26538e8cc5d4aec1daf6243a1729fe2e99d73447 (diff) | |
download | bcm5719-llvm-b22310fda63e03a80c808de5e0510339668820ea.tar.gz bcm5719-llvm-b22310fda63e03a80c808de5e0510339668820ea.zip |
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore.
llvm-svn: 150878
Diffstat (limited to 'llvm/lib/Target/XCore/MCTargetDesc')
-rw-r--r-- | llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h | 2 | ||||
-rw-r--r-- | llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h b/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h index f9e0290bbda..24e170ae575 100644 --- a/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h +++ b/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h @@ -1,4 +1,4 @@ -//=====-- XCoreMCAsmInfo.h - XCore asm properties -------------*- C++ -*--====// +//===-- XCoreMCAsmInfo.h - XCore asm properties ----------------*- C++ -*--===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp b/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp index a795dea433e..bbfdd4356f2 100644 --- a/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp +++ b/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp @@ -1,4 +1,4 @@ -//===-- XCoreMCTargetDesc.cpp - XCore Target Descriptions -------*- C++ -*-===// +//===-- XCoreMCTargetDesc.cpp - XCore Target Descriptions -----------------===// // // The LLVM Compiler Infrastructure // |