diff options
author | Chris Lattner <sabre@nondot.org> | 2011-04-19 04:26:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-04-19 04:26:32 +0000 |
commit | c76d12180765782d6abd0fdeb359c3fec7983e2c (patch) | |
tree | 42579220a1a5fe66b92c697d47107cc99af291af /test/Other/dg.exp | |
parent | 90cb88a9b43764ae945e137bcb83fe14ac97d6fd (diff) | |
download | external_llvm-c76d12180765782d6abd0fdeb359c3fec7983e2c.zip external_llvm-c76d12180765782d6abd0fdeb359c3fec7983e2c.tar.gz external_llvm-c76d12180765782d6abd0fdeb359c3fec7983e2c.tar.bz2 |
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
Diffstat (limited to 'test/Other/dg.exp')
0 files changed, 0 insertions, 0 deletions