llvm-6502/include
Eli Bendersky 5c10f509f4 Change std::vector to SmallVector<4> and remove some unused methods.
This is more consistent with other vectors in this code. In addition, I ran some
tests compiling a large program and >96% of fragments have 4 or less fixups, so
SmallVector<4> is a good optimization.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169433 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-05 22:11:02 +00:00
..
llvm Change std::vector to SmallVector<4> and remove some unused methods. 2012-12-05 22:11:02 +00:00
llvm-c Added a option to the disassembler to print immediates as hex. 2012-12-05 18:13:19 +00:00