diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-05-19 13:28:39 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-05-19 13:28:39 +0000 |
| commit | 75f0923ab202ab8a5bfa64da1066037fc55eeb22 (patch) | |
| tree | 85179e0693586bc6dd496ed28f5ff7a9fc9e7856 /llvm/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll | |
| parent | 79ab7f736fd267665e8b5677f73add15e8c7a7c6 (diff) | |
| download | bcm5719-llvm-75f0923ab202ab8a5bfa64da1066037fc55eeb22.tar.gz bcm5719-llvm-75f0923ab202ab8a5bfa64da1066037fc55eeb22.zip | |
Move the remaining simplify-libcalls tests to instcombine, merging most of them into a single file.
llvm-svn: 182211
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll')
| -rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll b/llvm/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll deleted file mode 100644 index 8816579a42f..00000000000 --- a/llvm/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: opt < %s -simplify-libcalls -disable-output - -@G = constant [3 x i8] c"%s\00" ; <[3 x i8]*> [#uses=1] - -declare i32 @sprintf(i8*, i8*, ...) - -define void @foo(i8* %P, i32* %X) { - call i32 (i8*, i8*, ...)* @sprintf( i8* %P, i8* getelementptr ([3 x i8]* @G, i32 0, i32 0), i32* %X ) ; <i32>:1 [#uses=0] - ret void -} - |

