hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

lgtm with a comment



================
Comment at: test/CodeGen/ms-intrinsics.c:3
 // RUN:         -triple i686--windows -Oz -emit-llvm %s -o - \
-// RUN:         | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-I386
+// RUN:         | FileCheck %s -check-prefixes CHECK,CHECK-I386,CHECK-X86
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -fms-compatibility 
-fms-compatibility-version=17.00 \
----------------
Using CHECK-X86 for both 32- and 64-bit might be confusing to the reader. Maybe 
call it CHECK-INTEL? (Or maybe it's juts me that's confused.)


https://reviews.llvm.org/D25540



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to