Skip to content
Commit 4c4da201 authored by Chris Lattner's avatar Chris Lattner
Browse files

Change PatternCodeEmitter to emit code into a buffer instead of emitting it

directly to the output file.  This makes things simple because the code doesn't
have to worry about indentation or the case when there is no goto.  It also
allows us to indent the code better without touching everything :)

llvm-svn: 25756
parent 8643ea67
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