diff options
author | Tom Stellard <[email protected]> | 2012-07-26 19:20:14 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-08-15 18:35:26 +0000 |
commit | b6051bc7859829588b2361da96f8e828a7fe1326 (patch) | |
tree | dd53237f8a9ff1ea59e723ec906c71725da5aef7 /src/gallium/drivers/radeon/AMDGPUUtil.h | |
parent | 040c2e04568e2fe9ec07167f5300a3dcdfebb04e (diff) |
radeon/llvm: Remove AMDGPUUtil.cpp
Diffstat (limited to 'src/gallium/drivers/radeon/AMDGPUUtil.h')
-rw-r--r-- | src/gallium/drivers/radeon/AMDGPUUtil.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/gallium/drivers/radeon/AMDGPUUtil.h b/src/gallium/drivers/radeon/AMDGPUUtil.h deleted file mode 100644 index 5ae95e7efce..00000000000 --- a/src/gallium/drivers/radeon/AMDGPUUtil.h +++ /dev/null @@ -1,32 +0,0 @@ -//===-- AMDGPUUtil.h - AMDGPU Utility function declarations -----*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// Declarations for utility functions common to all hw codegen targets. -// -//===----------------------------------------------------------------------===// - -#ifndef AMDGPU_UTIL_H -#define AMDGPU_UTIL_H - -namespace llvm { - -class MachineFunction; -class MachineRegisterInfo; -class TargetInstrInfo; - -namespace AMDGPU { - -void utilAddLiveIn(MachineFunction * MF, MachineRegisterInfo & MRI, - const TargetInstrInfo * TII, unsigned physReg, unsigned virtReg); - -} // End namespace AMDGPU - -} // End namespace llvm - -#endif // AMDGPU_UTIL_H |