Chris Lattner
|
9b987de2c5
|
rename hasVariableOperands() -> isVariadic(). Add some comments.
Evan, please review the comments I added to getNumDefs to make sure
that they are accurate, thx.
llvm-svn: 45687
|
2008-01-07 05:19:29 +00:00 |
|
Chris Lattner
|
26171363b9
|
the name field of instructions is never set to a non-empty string,
just unconditionally use the def name of the instruction.
llvm-svn: 45684
|
2008-01-07 04:57:31 +00:00 |
|
Chris Lattner
|
14310afe42
|
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
llvm-svn: 45667
|
2008-01-06 23:38:27 +00:00 |
|
Chris Lattner
|
5489888580
|
rename isStore -> mayStore to more accurately reflect what it captures.
llvm-svn: 45656
|
2008-01-06 08:36:04 +00:00 |
|
Chris Lattner
|
e9f0c9b6f9
|
Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor.
llvm-svn: 45645
|
2008-01-06 01:35:39 +00:00 |
|