[llvm] r174259 - Removing ssp and uwtable from the testcase

Bill Wendling wendling at apple.com
Mon Feb 4 00:38:21 PST 2013


On Feb 1, 2013, at 5:34 PM, Manman Ren <mren at apple.com> wrote:

> Author: mren
> Date: Fri Feb  1 19:34:38 2013
> New Revision: 174259
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=174259&view=rev
> Log:
> Removing ssp and uwtable from the test case
> 
Can I ask why? :-)

-bw

> Modified:
>    llvm/trunk/test/DebugInfo/X86/multiple-at-const-val.ll
> 
> Modified: llvm/trunk/test/DebugInfo/X86/multiple-at-const-val.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/multiple-at-const-val.ll?rev=174259&r1=174258&r2=174259&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/X86/multiple-at-const-val.ll (original)
> +++ llvm/trunk/test/DebugInfo/X86/multiple-at-const-val.ll Fri Feb  1 19:34:38 2013
> @@ -19,7 +19,7 @@
> @_ZSt4cout = external global %"class.std::basic_ostream"
> @.str = private unnamed_addr constant [6 x i8] c"c is \00", align 1
> 
> -define i32 @main() ssp uwtable {
> +define i32 @main() {
> entry:
>   %call1.i = tail call %"class.std::basic_ostream"* @test(%"class.std::basic_ostream"* @_ZSt4cout, i8* getelementptr inbounds ([6 x i8]* @.str, i64 0, i64 0), i64 5)
>   ret i32 0
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list