File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ class Architecture : public PluginInterface {
130
130
return false ;
131
131
}
132
132
133
- // Get the vector element order for this architecture. This determines how
134
- // vector elements are indexed. This matters in a few places such as reading/
135
- // writing LLVM-IR values to/from target memory. Some architectures use
136
- // little-endian element ordering where element 0 is at the lowest address
137
- // even when the architecture is otherwise big-endian (e.g. MIPS MSA, ARM
138
- // NEON), but some architectures like PowerPC may use big-endian element
139
- // ordering where element 0 is at the highest address.
133
+ // / Get the vector element order for this architecture. This determines how
134
+ // / vector elements are indexed. This matters in a few places such as reading/
135
+ // / writing LLVM-IR values to/from target memory. Some architectures use
136
+ // / little-endian element ordering where element 0 is at the lowest address
137
+ // / even when the architecture is otherwise big-endian (e.g. MIPS MSA, ARM
138
+ // / NEON), but some architectures like PowerPC may use big-endian element
139
+ // / ordering where element 0 is at the highest address.
140
140
virtual lldb::ByteOrder GetVectorElementOrder () const {
141
141
return lldb::eByteOrderLittle;
142
142
}
You can’t perform that action at this time.
0 commit comments