X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2Fattribute-builtin.ll;h=01c8a6bd8653e5bd05c259f2a5d548fe243485f6;hb=c61bc48acb6bd55fa6b96b9b27de079b441e0b17;hp=f31596ce69d0cb851d1e33389ef4e72dde04c5bc;hpb=dcef6a7400d51526a04a18e274bd579da262e9ad;p=oota-llvm.git diff --git a/test/Assembler/attribute-builtin.ll b/test/Assembler/attribute-builtin.ll index f31596ce69d..01c8a6bd865 100644 --- a/test/Assembler/attribute-builtin.ll +++ b/test/Assembler/attribute-builtin.ll @@ -28,8 +28,6 @@ define i8* @bar(i8* %x) { ; RUN: not llvm-as <%s 2>&1 | FileCheck -check-prefix=CHECK-BAD %s -; CHECK-BAD: Attribute 'builtin' can only be used in a call to a function with the 'nobuiltin' attribute. -; CHECK-BAD-NEXT: %y = call i8* @lar(i8* %x) #1 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite. ; CHECK-BAD-NEXT: i8* (i8*)* @car ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.