Fix OpenCL address space mapping
This commit is contained in:
parent
b21d1cd948
commit
c4e5ff31b2
|
@ -28,8 +28,8 @@ class RISCVTargetInfo : public TargetInfo {
|
|||
enum AddrSpace {
|
||||
Generic = 0,
|
||||
Global = 1,
|
||||
Constant = 1,
|
||||
Local = 3,
|
||||
Constant = 4,
|
||||
Private = 5
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue