mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 11:38:04 +08:00
Update test.
llvm-svn: 144185
This commit is contained in:
@@ -23,7 +23,7 @@ void foo(EVT e);
|
||||
EVT bar();
|
||||
|
||||
void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
|
||||
//CHECK: .ascii "missing_arg"
|
||||
//CHECK: .asciz "missing_arg"
|
||||
EVT e = bar();
|
||||
if (dl == n)
|
||||
foo(missing_arg);
|
||||
|
||||
Reference in New Issue
Block a user