mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the concept of a "nonsettable lvalue": Now everything that is
nonsettable is represented as an rvalue. Yay for one less concept in the AST. Swift SVN r11640
This commit is contained in:
@@ -364,8 +364,7 @@ namespace decls_block {
|
||||
using LValueTypeLayout = BCRecordLayout<
|
||||
LVALUE_TYPE,
|
||||
TypeIDField, // object type
|
||||
BCFixed<1>, // implicit?
|
||||
BCFixed<1> // non-settable?
|
||||
BCFixed<1> // implicit?
|
||||
>;
|
||||
|
||||
using ArchetypeTypeLayout = BCRecordLayout<
|
||||
|
||||
Reference in New Issue
Block a user