diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-28 02:38:26 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-28 02:38:26 +0000 |
commit | 5373b721c0c76c54f948b9097ba7f4737dbab730 (patch) | |
tree | 64fa80203e3e09c75ace8c8965a9ad819e83b6d2 /test/Transforms/InstCombine/apint-and1.ll | |
parent | 83145c3f19685bf17df4b7a4579a92bda2020a94 (diff) |
Remove use of implementation keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/apint-and1.ll')
-rw-r--r-- | test/Transforms/InstCombine/apint-and1.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/apint-and1.ll b/test/Transforms/InstCombine/apint-and1.ll index 11e504a182..53b9e23f4b 100644 --- a/test/Transforms/InstCombine/apint-and1.ll +++ b/test/Transforms/InstCombine/apint-and1.ll @@ -4,8 +4,6 @@ ; RUN: llvm-as < %s | opt -instcombine -disable-output && ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'and ' -implementation - define i39 @test0(i39 %A) { %B = and i39 %A, 0 ; zero result ret i39 %B |