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

llvm-svn: 152981
This commit is contained in:
Craig Topper 2012-03-17 09:39:20 +00:00
parent 41786f284d
commit bb72c24507
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
#