diff options
Diffstat (limited to 'llvm/test/Integer/BitArith.ll')
-rw-r--r-- | llvm/test/Integer/BitArith.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Integer/BitArith.ll b/llvm/test/Integer/BitArith.ll index e9c2cde30c2..350a9849947 100644 --- a/llvm/test/Integer/BitArith.ll +++ b/llvm/test/Integer/BitArith.ll @@ -5,7 +5,6 @@ declare void @"foo"(i31 %i, i63 %j, i10 %k) -implementation ; foo test basic arith operations define void @"foo"(i31 %i, i63 %j, i10 %k) |