]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
minor clean up of rose_build_bytecode.cpp
authorAlex Coyte <a.coyte@intel.com>
Fri, 21 Apr 2017 05:46:13 +0000 (15:46 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 30 May 2017 03:58:04 +0000 (13:58 +1000)
commitcd424bdb45409f93d8ac2013f0ee415e465d16a4
tree204f6721aaf14ee05ab955c76a7ef60c9bead276
parent0626a30a6a6cfba751795b324916755eaefb1ec0
minor clean up of rose_build_bytecode.cpp

- consistently name functions creating programs as makeFoo()
- replace writeLiteralProgram() with makeFragmentProgram()
- make applyFinalSpecialisation() part of writeProgram(bc, prog)
- seperate users who want to make a program for a single literal and fragments
src/rose/rose_build_bytecode.cpp