Revert r177543: Add timing of the IR parsing code with a new
authorChandler Carruth <chandlerc@gmail.com>
Fri, 22 Mar 2013 02:20:34 +0000 (02:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 22 Mar 2013 02:20:34 +0000 (02:20 +0000)
commit0a9875abfe7c7b0eefe8da92766066043c2fa05a
tree0a40d3b99ab3bbe2bdf10d2f8c561ac5526f0132
parentc962cdf8a507bd1d718e952fc50cd14a015862aa
Revert r177543: Add timing of the IR parsing code with a new
-time-ir-parsing flag

This breaks the layering of the Support library. We can't add an
implementation side to IRReader because it refers directly to entities
only accessible as part of the IR, AsmParser, and BitcodeReader
libraries. It can only be used in a context where all of those libraries
will be available.

We'll need to find some other way to get this functionality, and
hopefully solve the long-standing layering problem of IRReader.h...

llvm-svn: 177695
llvm/include/llvm/Support/IRReader.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/IRReader.cpp [deleted file]