SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for printf...
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / FFS.ll
index 5ede6e6d0df29619e122c008e789aa12dbd8e4c5..ab45f1819b291898c74db3f8702546ac0a140b02 100644 (file)
@@ -1,5 +1,5 @@
 ; Test that the ToAsciiOptimizer works correctly
-; RUN: opt %s -simplify-libcalls -S | \
+; RUN: opt %s -simplify-libcalls -S | \
 ; RUN:   not grep {call.*@ffs}
 
 @non_const = external global i32               ; <i32*> [#uses=1]