[aarch32] Make RawLiteral (and therefore Literal) noncopyable but movable (#116)
This is in order to prevent one instruction from appearing to refer to two litersls. Moving is permitted as it does not cause the same problem, and can be useful to allow containers of Literal
Loading
Please register or sign in to comment