mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 19:06:05 +00:00
Remove unused field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167719 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd3383fd09
commit
4db8833c93
@ -28,7 +28,6 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo {
|
|||||||
|
|
||||||
std::string TargetName;
|
std::string TargetName;
|
||||||
NVPTX::DrvInterface drvInterface;
|
NVPTX::DrvInterface drvInterface;
|
||||||
bool dummy; // For the 'dummy' feature, see NVPTX.td
|
|
||||||
bool Is64Bit;
|
bool Is64Bit;
|
||||||
|
|
||||||
// PTX version x.y is represented as 10*x+y, e.g. 3.1 == 31
|
// PTX version x.y is represented as 10*x+y, e.g. 3.1 == 31
|
||||||
|
Loading…
x
Reference in New Issue
Block a user