new testcase
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / Pow.ll
index 721f627ed381b1d1d5c10d9034d6c14879bd5054..4b10ed077ca7a2efc462a8a231d69edde0bcb2c0 100644 (file)
@@ -1,4 +1,3 @@
-; Test that the StrCatOptimizer works correctly
 ; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*pow'
 
 declare double %pow(double,double)