Instruct the inliner to obey the noinline attribute. Add test case.
[oota-llvm.git] / test / Integer / basictest_bt.ll
index e5771075b1b29860dba94f5b02143818ada41b00..5c98856d06b324faab0ab2956727b04972d43dd1 100644 (file)
@@ -2,7 +2,6 @@
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 
-implementation   ; Functions:
 
 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
 ; format looks anyways (except for negative vs positive offsets)...