Mark a couple arrays as static and const. Use array_lengthof instead of sizeof/sizeof.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXAsmPrinter.cpp
2012-05-24 Craig TopperMark a couple arrays as static and const. Use array_len...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...