No functionality change. Rename emitGCNO() to the more sensible
authorNick Lewycky <nicholas@mxc.ca>
Wed, 13 Mar 2013 22:55:42 +0000 (22:55 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 13 Mar 2013 22:55:42 +0000 (22:55 +0000)
commit64a0a33307723957bf2f15e3181a290853c6f833
treef1e808845fd295d459a7c02773dd4bd2df034835
parent22063d60ab2e3d4fa9528cffb14e8284c7058a30
No functionality change. Rename emitGCNO() to the more sensible
emitProfileNotes(), similar to emitProfileArcs(). Also update its comment.

Also add a comment on Version[4] (there will be another comment in clang later),
and compress lines that exceeded 80 columns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176994 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/GCOVProfiling.cpp