Mercurial > hg > CbC > CbC_llvm
view test/Verifier/2006-12-12-IntrinsicDefine.ll @ 52:c22698ecb2a9
modified CreateIdentifierInfo and create new function which was named 'CreateUniqueIdentifierInfo'.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 15 Jan 2014 21:01:33 +0900 |
parents | 95c75e76d11b |
children | 3a76565eade5 |
line wrap: on
line source
; RUN: not llvm-as < %s 2>&1 | FileCheck %s ; CHECK: llvm intrinsics cannot be defined ; PR1047 define void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) { entry: ret void }