Skip to content
Commit 7a5c57ec authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement support for printing register and immediate operands,

add support for darwin vs aix syntax.  We now can print instructions
like this:

	add r3, r3, r4
	blr 

and (in aix mode):
	add 3, 3, 4
	blr 

llvm-svn: 119062
parent 686a095d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment