Fix some copy and paste remnants of Cell and SPU in Hexagon files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2012-03-17 09:39:20 +00:00
parent 8aea2dd964
commit 70de1e442d
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
//===-- HexagonMCTargetDesc.cpp - Cell Hexagon Target Descriptions --------===//
//===-- HexagonMCTargetDesc.cpp - Hexagon Target Descriptions -------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- SPUMCTargetDesc.h - Hexagon Target Descriptions ---------*- C++ -*-===//
//===-- HexagonMCTargetDesc.h - Hexagon Target Descriptions -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef SPUMCTARGETDESC_H
#define SPUMCTARGETDESC_H
#ifndef HEXAGONMCTARGETDESC_H
#define HEXAGONMCTARGETDESC_H
namespace llvm {
class MCSubtargetInfo;

View File

@ -1,4 +1,4 @@
;===- ./lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt ----------*- Conf -*--===;
;===- ./lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt ----------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;

View File

@ -1,4 +1,4 @@
##===- lib/Target/CellSPU/TargetDesc/Makefile --------------*- Makefile -*-===##
##===- lib/Target/Hexagon/TargetDesc/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#