summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-02-23 22:45:08 +0000
committerBill Wendling <isanbard@gmail.com>2007-02-23 22:45:08 +0000
commit145aad04dbffde9926d06cd9ec8b8d832d833796 (patch)
tree24a76e8a26e3afde7dc857843cb50ec0a62f4b1f /test/CodeGen/CBackend
parentd675b8347dd5f10496aa331811eed8d5e066f70d (diff)
downloadllvm-145aad04dbffde9926d06cd9ec8b8d832d833796.tar.gz
llvm-145aad04dbffde9926d06cd9ec8b8d832d833796.tar.bz2
llvm-145aad04dbffde9926d06cd9ec8b8d832d833796.tar.xz
PR1164:
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
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r--test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
index 1dacc4b8ba..46728ac966 100644
--- a/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
+++ b/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
@@ -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"