aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer/indirectcall_bt.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-28 02:38:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-28 02:38:26 +0000
commit5373b721c0c76c54f948b9097ba7f4737dbab730 (patch)
tree64fa80203e3e09c75ace8c8965a9ad819e83b6d2 /test/Integer/indirectcall_bt.ll
parent83145c3f19685bf17df4b7a4579a92bda2020a94 (diff)
downloadexternal_llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.zip
external_llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.tar.gz
external_llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.tar.bz2
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/Integer/indirectcall_bt.ll')
-rw-r--r--test/Integer/indirectcall_bt.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Integer/indirectcall_bt.ll b/test/Integer/indirectcall_bt.ll
index 67cff4e..d586fca 100644
--- a/test/Integer/indirectcall_bt.ll
+++ b/test/Integer/indirectcall_bt.ll
@@ -2,7 +2,6 @@
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
-implementation
declare i32 @"atoi"(i8 *)