Generate local names with a "llvm_cbe_" prefix using the actual name of the
variable instead of a temporary name.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34540 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2007-02-23 22:45:08 +00:00
parent d675b8347d
commit 145aad04db
2 changed files with 53 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
; For PR1099
; RUN: llvm-as < %s | llc -march=c | \
; RUN: grep 'return ((((ltmp_2_2 == ltmp_1_2)) ? (1) : (0)))'
; RUN: grep 'return ((((llvm_cbe_tmp2 == llvm_cbe_b_0_0_val)) ? (1) : (0)))'
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"