diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-15 09:26:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-15 09:26:27 +0000 |
commit | 4fca01731a86dbbd758eaf94e4c7edfa36d38db7 (patch) | |
tree | 8355b68f14db90419ae40ac8fc760e60edf73a7a /lib/Target/Sparc/DelaySlotFiller.cpp | |
parent | b22c08b8082cdf0026a8d429f37e8c16a1ca8caf (diff) |
Don't print a label for the first MBB in a function.
Compile this:
%_2E_str_8 = external global [75 x sbyte]
implementation ; Functions:
declare int %printf(sbyte*, ...)
void %test()
%tmp.101 = call int (sbyte*, ...)* %printf( sbyte* getelementptr ([75 x sbyte]* %_2E_str_8, int 0, int 0) ) ; <int> [#uses=0]
unreachable
}
to this:
main_endif_2E_8:
save -96, %o6, %o6
sethi %hi(_2E_str_8), %l0
add %l0, %lo(_2E_str_8), %o0
call printf
nop
instead of this:
main_endif_2E_8:
save -96, %o6, %o6
sethi %hi(_2E_str_8), %l0
or %g0, %lo(_2E_str_8), %l1 ;; extra instruction
add %l1, %l0, %o0
call printf
nop
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25335 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/DelaySlotFiller.cpp')
0 files changed, 0 insertions, 0 deletions