Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Verifier / 2006-12-12-IntrinsicDefine.ll
blob805ae73f83c37d9f6b7cc2f95d85472c987623c3
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2 ; CHECK: llvm intrinsics cannot be defined
3 ; PR1047
5 define void @llvm.memcpy.p0.p0.i32(ptr, ptr, i32, i1) {
6 entry:
7         ret void