mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
Fix some copy and paste remnants of Cell and SPU in Hexagon files.
llvm-svn: 152981
This commit is contained in:
parent
41786f284d
commit
bb72c24507
@ -1,4 +1,4 @@
|
||||
//===-- HexagonMCTargetDesc.cpp - Cell Hexagon Target Descriptions --------===//
|
||||
//===-- HexagonMCTargetDesc.cpp - Hexagon Target Descriptions -------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
;===- ./lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt ----------*- Conf -*--===;
|
||||
;===- ./lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt ----------*- Conf -*--===;
|
||||
;
|
||||
; The LLVM Compiler Infrastructure
|
||||
;
|
||||
|
@ -1,4 +1,4 @@
|
||||
##===- lib/Target/CellSPU/TargetDesc/Makefile --------------*- Makefile -*-===##
|
||||
##===- lib/Target/Hexagon/TargetDesc/Makefile --------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user