summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA/modref.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-17 07:06:44 +0000
committerChris Lattner <sabre@nondot.org>2011-06-17 07:06:44 +0000
commit5756c16cdfc7be3cb4cc402c8bf8bae59b0ae35b (patch)
tree4ba257d62efe0fd6c4dafe2875f174a371af97fe /llvm/test/Analysis/BasicAA/modref.ll
parent59345c8b658a2203bb9fc232ce3b92d2fc9c12ae (diff)
downloadbcm5719-llvm-5756c16cdfc7be3cb4cc402c8bf8bae59b0ae35b.tar.gz
bcm5719-llvm-5756c16cdfc7be3cb4cc402c8bf8bae59b0ae35b.zip
make the asmparser reject function and type redefinitions. 'Merging' hasn't been
needed since llvm-gcc 3.4 days. llvm-svn: 133248
Diffstat (limited to 'llvm/test/Analysis/BasicAA/modref.ll')
-rw-r--r--llvm/test/Analysis/BasicAA/modref.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Analysis/BasicAA/modref.ll b/llvm/test/Analysis/BasicAA/modref.ll
index 7a71e3eef1b..7318a899a6e 100644
--- a/llvm/test/Analysis/BasicAA/modref.ll
+++ b/llvm/test/Analysis/BasicAA/modref.ll
@@ -24,8 +24,6 @@ define i32 @test0(i8* %P) {
; CHECK: ret i32 0
}
-declare void @llvm.memcpy.i8(i8*, i8*, i8, i32)
-
define i8 @test1() {
; CHECK: @test1
%A = alloca i8
OpenPOWER on IntegriCloud