Use <0 checks in place of ==-1 because it results in simpler code.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXTargetObjectFile.h
2012-05-08 Eric ChristopherRemove excess semi-colons to quiet warnings.
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...