mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 19:06:06 +00:00
AMDGPU: Fix missing subtarget feature initializer
llvm-svn: 319733
This commit is contained in:
parent
9a60c3ea36
commit
e42b08d96d
@ -135,6 +135,7 @@ AMDGPUSubtarget::AMDGPUSubtarget(const Triple &TT, StringRef GPU, StringRef FS,
|
||||
DumpCode(false),
|
||||
|
||||
FP64(false),
|
||||
FMA(false),
|
||||
IsGCN(false),
|
||||
GCN3Encoding(false),
|
||||
CIInsts(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user