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:
parent
8442657275
commit
fd19a3f663
@ -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
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
;===- ./lib/Target/AMDIL/LLVMBuild.txt -------------------------*- Conf -*--===;
|
||||
;===- ./lib/Target/AMDGPU/LLVMBuild.txt ------------------------*- Conf -*--===;
|
||||
;
|
||||
; The LLVM Compiler Infrastructure
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user