diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll b/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll index e496b81ca15..5f3162ea116 100644 --- a/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll +++ b/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll @@ -25,7 +25,6 @@ target triple = "i686-apple-darwin8" @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1] @str1 = external global [11 x i8] ; <[11 x i8]*> [#uses=1] -implementation ; Functions: declare i32 @fprintf(%struct.FILE*, i8*, ...) |