Skip to content
Snippets Groups Projects
Commit 88eb7866 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

Fix clang/test/CodeGen/mips-varargs.c for -Asserts, possibly typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246994 91177308-0d34-0410-b5e6-96231b3b80d8
parent 141607fa
No related branches found
No related tags found
No related merge requests found
......@@ -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: }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment