llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -instcombine...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 08:18:15 +0000 (08:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 08:18:15 +0000 (08:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168690 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyLibCalls/SPrintF.ll

index 00ce52a6986fd671d28b1fd7bded8b927c0cc914..1e65b5b17a69436ef16df4db25a2b09822b08497 100644 (file)
@@ -1,7 +1,6 @@
 ; Test that the SPrintFOptimizer works correctly
-; RUN: opt < %s -simplify-libcalls -S | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:   not grep "call.*sprintf"
-; REQUIRES: suppressed
 
 ; This transformation requires the pointer size, as it assumes that size_t is
 ; the size of a pointer.