1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

AMDGPU: Fix old comments that mention AMDIL

llvm-svn: 258350
This commit is contained in:
Matt Arsenault 2016-01-20 21:22:21 +00:00
parent 8442657275
commit fd19a3f663
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
//
//==-----------------------------------------------------------------------===//
//
// Interface to describe a layout of a stack frame on a AMDIL target machine
// Interface to describe a layout of a stack frame on a AMDGPU target machine.
//
//===----------------------------------------------------------------------===//
#include "AMDGPUFrameLowering.h"
@ -57,7 +57,7 @@ unsigned AMDGPUFrameLowering::getStackWidth(const MachineFunction &MF) const {
// T2.Y = stack[1].y
// T3.X = stack[1].z
// T3.Y = stack[1].w
//
//
// StackWidth = 4:
// T0.X = stack[0].x
// T0.Y = stack[0].y

View File

@ -1,4 +1,4 @@
//===-- AMDILISelDAGToDAG.cpp - A dag to dag inst selector for AMDIL ------===//
//===-- AMDGPUISelDAGToDAG.cpp - A dag to dag inst selector for AMDGPU ----===//
//
// The LLVM Compiler Infrastructure
//

View File

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