diff options
Diffstat (limited to 'llvm/test/Integer/indirectcall_bt.ll')
-rw-r--r-- | llvm/test/Integer/indirectcall_bt.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Integer/indirectcall_bt.ll b/llvm/test/Integer/indirectcall_bt.ll index 67cff4e754f..d586fca821f 100644 --- a/llvm/test/Integer/indirectcall_bt.ll +++ b/llvm/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 *) |