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 | 44259a29c012dfcd277b0a6945bbfd1a60f6a6df (patch) | |
tree | c2bb030cf825743638fd199eb6e2623e5326f640 /llvm/test/Transforms/InstCombine/apint-add1.ll | |
parent | b7e45e705a3327f67e948c8591c5785bf3deacfc (diff) | |
download | bcm5719-llvm-44259a29c012dfcd277b0a6945bbfd1a60f6a6df.tar.gz bcm5719-llvm-44259a29c012dfcd277b0a6945bbfd1a60f6a6df.zip |
Remove use of implementation keyword.
llvm-svn: 35412
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-add1.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/apint-add1.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-add1.ll b/llvm/test/Transforms/InstCombine/apint-add1.ll index a4379c49c86..925009214f1 100644 --- a/llvm/test/Transforms/InstCombine/apint-add1.ll +++ b/llvm/test/Transforms/InstCombine/apint-add1.ll @@ -5,7 +5,6 @@ ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \ ; RUN: grep -v OK | not grep add -implementation define i1 @test1(i1 %x) { %tmp.2 = xor i1 %x, 1 |