Instruction Count in llvm-bcanalyzer

Dear All,

Does llvm-bcanalyzer still print the number of instructions in a bitcode
file, or has that functionality been removed?

-- John T.

Try the "opt -instcount -stats" option,

-Chris

Chris Lattner wrote:

Dear All,

Does llvm-bcanalyzer still print the number of instructions in a
bitcode
file, or has that functionality been removed?
    
Try the "opt -instcount -stats" option,
  

Thanks! That did the trick.

-- John T.