"clang/test/CodeGen/2002-02-18-StaticData.c" did not exist on "999b83e7a2d5d4cd49391cd9a224f056972e90f9"
[block-freq] Add a print method on BlockFrequencyImpl for printing block...
[block-freq] Add a print method on BlockFrequencyImpl for printing block frequencies and a convenience method for the common case of getting/printing a basic block. BlockFrequencies can only be printed relative to their entry frequency. Thus since the entry frequency is no longer necessarily a static constant on the BlockFrequency class and is instead a potentially dynamic value taken from BlockFrequencyImpl, we must necessarily print it via a method on BlockFrequencyImpl. llvm-svn: 197285
Loading
Please sign in to comment