Remove use of implementation keyword.
[oota-llvm.git] / test / Integer / varargs_bt.ll
index 36f96a3494f5a9a9933271d5774a94c821ea7f0f..e740fd36b47e188b94ac5370a751bb88a3b21304 100644 (file)
@@ -5,7 +5,6 @@
 ; Demonstrate all of the variable argument handling intrinsic functions plus 
 ; the va_arg instruction.
 
-implementation
 declare void @llvm.va_start(i8** %ap)
 declare void @llvm.va_copy(i8** %aq, i8** %ap)
 declare void @llvm.va_end(i8** %ap)