summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-22 21:11:06 +0000
committerChris Lattner <sabre@nondot.org>2010-01-22 21:11:06 +0000
commite567c8e67fbd79d7fb2096f74c90f3be72dba95b (patch)
treefac370126bcffbb6fda7b375db5aac76159f3f73 /llvm/lib/Support
parentf99eaa948d86d4275f56325d863175de948f5123 (diff)
downloadbcm5719-llvm-e567c8e67fbd79d7fb2096f74c90f3be72dba95b.tar.gz
bcm5719-llvm-e567c8e67fbd79d7fb2096f74c90f3be72dba95b.zip
For blocks that are not loop headers, just print their loop depth and header BB.
For loop headers, print Inner loop along with the other stuff so it doesn't take an extra line. We now get stuff like this: LBB1_4: ## %land.end ## in Loop: Header=BB1_1 Depth=1 notb %al testb $1, %al jne LBB1_8 and: LBB1_6: ## %while.cond7 ## Inner Loop Header: Depth=3 ## Inside Loop BB1_5 Depth 2 ## Inside Loop BB1_1 Depth 1 which still isn't great for loop headers, but is much less verbose. llvm-svn: 94221
Diffstat (limited to 'llvm/lib/Support')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud