Richard Smith <[email protected]> wrote: > --- cfe/trunk/test/CodeGenCXX/throw-expressions.cpp (original) > +++ cfe/trunk/test/CodeGenCXX/throw-expressions.cpp Tue May 7 16:53:22 2013
> +// CHECK: define i32 @_Z5test5bbi( This fails e.g. on PowerPC64 because there's a "signext" attribute: define signext i32 @_Z5test5bbi(i1 zeroext %x, i1 zeroext %y, i32 signext %z) Maybe the test should use a triple? Bye, Ulrich _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
