aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-25 20:17:16 +0000
committerChris Lattner <sabre@nondot.org>2005-04-25 20:17:16 +0000
commite3194645fc124dcd959c20c2aa3cd5cdcc3da399 (patch)
treee3a663cf4be369f0141b48ddae6d165372f42426 /test
parent27b8598c97cfcfd519b78db673fdd3c6e8d25844 (diff)
downloadexternal_llvm-e3194645fc124dcd959c20c2aa3cd5cdcc3da399.zip
external_llvm-e3194645fc124dcd959c20c2aa3cd5cdcc3da399.tar.gz
external_llvm-e3194645fc124dcd959c20c2aa3cd5cdcc3da399.tar.bz2
rename fn
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21540 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/getelementptr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/getelementptr.ll b/test/Transforms/InstCombine/getelementptr.ll
index 6076de5..699efe4 100644
--- a/test/Transforms/InstCombine/getelementptr.ll
+++ b/test/Transforms/InstCombine/getelementptr.ll
@@ -59,7 +59,7 @@ int %test9() {
ret int %B
}
-bool %g({int, int} * %x, {int, int} * %y) {
+bool %test10({int, int} * %x, {int, int} * %y) {
%tmp.1 = getelementptr {int,int}* %x, int 0, uint 1
%tmp.3 = getelementptr {int,int}* %y, int 0, uint 1
%tmp.4 = seteq int* %tmp.1, %tmp.3 ;; seteq x, y