1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

update a comment

llvm-svn: 51390
This commit is contained in:
Gabor Greif 2008-05-21 18:57:33 +00:00
parent 3df566d9ec
commit 06c4e61e6b

View File

@ -169,7 +169,7 @@ public:
const std::string &Name,
BasicBlock *InsertAtEnd);
/// Create* - These methods just forward to create, and are useful when you
/// Create* - These methods just forward to Create, and are useful when you
/// statically know what type of instruction you're going to create. These
/// helpers just save some typing.
#define HANDLE_BINARY_INST(N, OPC, CLASS) \