[llvm-commits] [llvm] r64300 - in /llvm/trunk: lib/Analysis/IPA/CallGraphSCCPass.cpp test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll

Chris Lattner clattner at apple.com
Wed Feb 11 10:07:53 PST 2009


On Feb 11, 2009, at 9:24 AM, Nick Lewycky wrote:

>> +++ llvm/trunk/test/Transforms/SimplifyLibCalls/2009-02-11- 
>> NotInitialized.ll Wed Feb 11 03:58:43 2009
>> @@ -0,0 +1,12 @@
>> +; RUN: llvm-as < %s | opt -std-compile-opts | llvm-dis | grep  
>> nocapture | count 2
>> +; Check that nocapture attributes are added when run after an SCC  
>> pass.
>
> How about just '-inline -simplify-libcalls'? -std-compile-opts is slow
> enough that it should be avoided whenever possible.

Right, beyond that, its definition changes.  Please don't use -std- 
compile-opts in a testcase, thanks!

-Chris



More information about the llvm-commits mailing list