summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2008-02-28 23:13:15 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2008-02-28 23:13:15 +0000
commit9b80bd8ea2400f46e9d992f85b72dc2a5fdd8446 (patch)
tree457c461b73ecad750619c81e5fc359978fa50e0d /test/CodeGen/CBackend
parent28d08fdb9f6572cafd5aae95c7caffa3cd136d8e (diff)
downloadllvm-9b80bd8ea2400f46e9d992f85b72dc2a5fdd8446.tar.gz
llvm-9b80bd8ea2400f46e9d992f85b72dc2a5fdd8446.tar.bz2
llvm-9b80bd8ea2400f46e9d992f85b72dc2a5fdd8446.tar.xz
Update testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47735 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 359feba0c8..997a1491a3 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 ((((llvm_cbe_tmp2 == llvm_cbe_b_0_0_val)) ? (1) : (0)))}
+; RUN: grep {return ((((llvm_cbe_tmp2 == llvm_cbe_b_2e_0_2e_0_2e_val)) ? (1) : (0)))}
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"