diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/Generic/switch-lower.ll | 1 |
2 files changed, 0 insertions, 2 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*, ...) diff --git a/llvm/test/CodeGen/Generic/switch-lower.ll b/llvm/test/CodeGen/Generic/switch-lower.ll index 5c64869626b..b1aad3f4514 100644 --- a/llvm/test/CodeGen/Generic/switch-lower.ll +++ b/llvm/test/CodeGen/Generic/switch-lower.ll @@ -1,7 +1,6 @@ ; RUN: llvm-as < %s | llc ; PR1197 -implementation ; Functions: define void @exp_attr__expand_n_attribute_reference() { entry: |