]> granicus.if.org Git - clang/commitdiff
Fix clang/test/CodeGen/mips-varargs.c for -Asserts, possibly typo.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Sep 2015 09:37:09 +0000 (09:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Sep 2015 09:37:09 +0000 (09:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246994 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/mips-varargs.c

index 6608017062ab30284f9c67856aad22483f4d3271..0d656dcfba9df0b49ab73a01dd8639689371ec9f 100644 (file)
@@ -119,7 +119,7 @@ char *test_ptr(char *fmt, ...) {
 // ALL:   [[ARG:%.+]] = load i8*, i8** [[AP_CAST]], align [[PTRALIGN]]
 // ALL:   store i8* [[ARG]], i8** [[V]], align [[PTRALIGN]]
 //
-// ALL:   [[VA:%.+]] = bitcast i8** %va to i8*
+// ALL:   [[VA1:%.+]] = bitcast i8** %va to i8*
 // ALL:   call void @llvm.va_end(i8* [[VA1]])
 // ALL: }