From 5373b721c0c76c54f948b9097ba7f4737dbab730 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 28 Mar 2007 02:38:26 +0000 Subject: Remove use of implementation keyword. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35412 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/apint-add1.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Transforms/InstCombine/apint-add1.ll') diff --git a/test/Transforms/InstCombine/apint-add1.ll b/test/Transforms/InstCombine/apint-add1.ll index a4379c49c8..925009214f 100644 --- a/test/Transforms/InstCombine/apint-add1.ll +++ b/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 -- cgit v1.2.3