Reenable this IndVars unit test.
[oota-llvm.git] / test / Integer / varargs_new_bt.ll
index baa055ede9a1c7c203ca7487ec76722afc5eb0ca..59bb3f2969ef8de6077b226d1e6652a8908a9f0c 100644 (file)
@@ -5,7 +5,6 @@
 ; Demonstrate all of the variable argument handling intrinsic functions plus 
 ; the va_arg instruction.
 
-implementation   ; Functions:
 declare void @llvm.va_start(i8**)
 declare void @llvm.va_copy(i8**, i8*)
 declare void @llvm.va_end(i8**)