aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer/2007-01-19-TruncSext.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-30 16:16:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-30 16:16:01 +0000
commit908504347b0565c4d4817af444012be76ba4b76f (patch)
tree443cd5fa4f0eacde4cdb1601d18cd9eb5526ea43 /test/Integer/2007-01-19-TruncSext.ll
parent82d5ee5653fdbd9bdcd75f8509429a0d72c80fa8 (diff)
downloadexternal_llvm-908504347b0565c4d4817af444012be76ba4b76f.zip
external_llvm-908504347b0565c4d4817af444012be76ba4b76f.tar.gz
external_llvm-908504347b0565c4d4817af444012be76ba4b76f.tar.bz2
For PR411:
Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/2007-01-19-TruncSext.ll')
-rw-r--r--test/Integer/2007-01-19-TruncSext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Integer/2007-01-19-TruncSext.ll b/test/Integer/2007-01-19-TruncSext.ll
index 1df2fc7..3aa5f91 100644
--- a/test/Integer/2007-01-19-TruncSext.ll
+++ b/test/Integer/2007-01-19-TruncSext.ll
@@ -16,7 +16,7 @@ define void @multiply(i32 %index, i32 %X, i32 %Y) {
ret void
}
-define i32 @main(i32 %argc, i8** %argc) {
+define i32 @main(i32 %argc, i8** %argv) {
%i = bitcast i32 0 to i32
call void @multiply(i32 %i, i32 -1, i32 255)
%P = getelementptr [20 x i17]* @ARRAY, i32 0, i32 0