XCore make test checks more concise

Robert Lytton robert at xmos.com
Thu Aug 15 06:51:41 PDT 2013


Hi,

Small patch to make a couple of tests more concise.
(highlights echoed below)

Robert


-// CHECK: @g1 = global i32 0, align 4
+// CHECK: @g1 = global
 int g1;


-// CHECK-LABEL: define zeroext i8 @testchar()
+// CHECK: define zeroext i8 @testchar()
 char testchar (void) {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130815/33b7f8b1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PatchTest
Type: application/octet-stream
Size: 554 bytes
Desc: PatchTest
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130815/33b7f8b1/attachment.obj>


More information about the cfe-commits mailing list