Chris Lattner c76d121807 be layout aware, to produce:
testb	$1, %al
	je	LBB0_2
## BB#1:                                ## %if.then
	movb	$0, %al

instead of:

	testb	$1, %al
	jne	LBB0_1
	jmp	LBB0_2
LBB0_1:                                 ## %if.then
	movb	$0, %al

how 'bout that.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129749 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-19 04:26:32 +00:00
..
2011-04-15 00:32:41 +00:00
2011-03-11 21:52:04 +00:00
2011-03-09 22:07:31 +00:00
2011-03-08 20:19:10 +00:00
2011-03-10 00:25:53 +00:00
2011-03-29 02:18:54 +00:00
2010-07-16 22:51:10 +00:00
2011-04-17 02:36:27 +00:00
2011-02-16 01:08:31 +00:00
2011-03-23 23:11:02 +00:00
2011-03-11 21:52:04 +00:00
2011-03-11 21:52:04 +00:00
2011-04-05 00:32:44 +00:00
2011-04-05 00:32:44 +00:00
2011-03-23 23:11:02 +00:00
2011-04-05 00:32:44 +00:00
2011-04-05 00:32:44 +00:00
2011-03-19 00:41:39 +00:00
2011-02-20 12:37:50 +00:00
2011-03-11 21:52:04 +00:00