]> granicus.if.org Git - clang/commitdiff
Move CHECK right before the function it describes.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 7 Sep 2016 20:15:03 +0000 (20:15 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 7 Sep 2016 20:15:03 +0000 (20:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280852 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/overloadable.c

index 2ec6fe445e7a66cbd5c422b14fd09d5adda5df49..1feb12f5b579535b92c9aa139f0b7217ebb86665 100644 (file)
@@ -75,11 +75,11 @@ void bar() {
   ovl_bar(ucharbuf);
 }
 
-// CHECK-LABEL: define void @baz
 void ovl_baz(int *, int) __attribute__((overloadable));
 void ovl_baz(unsigned int *, unsigned int) __attribute__((overloadable));
 void ovl_baz2(int, int *) __attribute__((overloadable));
 void ovl_baz2(unsigned int, unsigned int *) __attribute__((overloadable));
+// CHECK-LABEL: define void @baz
 void baz() {
   unsigned int j;
   // Initial rules for incompatible pointer conversions made this overload