Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/Feature/varargs_new.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/test/Feature/varargs_new.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/Feature/varargs_new.ll Tue Oct 13 17:48:58 2015 +0900 @@ -24,7 +24,7 @@ %tmp = va_arg i8** %ap, i32 ; <i32> [#uses=1] ; Demonstrate usage of llvm.va_copy and llvm_va_end - %apv = load i8** %ap ; <i8*> [#uses=1] + %apv = load i8*, i8** %ap ; <i8*> [#uses=1] %va0.upgrd.2 = bitcast i8** %aq to i8* ; <i8*> [#uses=1] %va1.upgrd.3 = bitcast i8* %apv to i8* ; <i8*> [#uses=1] call void @llvm.va_copy( i8* %va0.upgrd.2, i8* %va1.upgrd.3 )