"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "82928ca29008a5613aabad76ec28747319b655a0"
Print a=b as an assignment.
In assembly the expression a=b is parsed as an assignment, so it should be printed as one. This remove a truly horrible hack for producing a label with "a=.". It would be used by codegen but would never be reached by the asm parser. Sorry I missed this when it was first committed. llvm-svn: 211639
Loading
Please register or sign in to comment