search for: pr4776

Displaying 1 result from an estimated 1 matches for "pr4776".

Did you mean: pr1776
2009 Sep 17
1
[LLVMdev] Patch for PR4776
Hello, This patch against svn r82147 "fixes" PR4776. Certain targets (e.g., MSP430) allow a symbol to start with a number, e.g. "0x0021"; you can say stuff like "mov.b &0x0021, r15" to copy a byte from memory address 0x0021 to register r15. LLVM had been generating this ill-formed code instead: mov.b &_30_x0021, r1...