]> granicus.if.org Git - clang/commitdiff
MS ABI: Remove a useless FileCheck line
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 15 Feb 2014 07:02:11 +0000 (07:02 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 15 Feb 2014 07:02:11 +0000 (07:02 +0000)
1. CHECK-NOT-LABEL is not valid FileCheck.
2. This test would not trigger the CHECK-NOT-LABEL even if 'interface' is
   replaced with 'struct'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201462 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/microsoft-interface.cpp

index 98df69cf20df0c260a0713648c58e325210104d3..e60e0a0175cba8c1877132b48f5f338036f8cd9d 100644 (file)
@@ -38,6 +38,3 @@ int fn() {
 
 // CHECK-LABEL: define linkonce_odr x86_thiscallcc void @_ZN1IC2Ev(%__interface.I* %this)
 // CHECK:   store i8** getelementptr inbounds ([3 x i8*]* @_ZTV1I, i64 0, i64 2), i8*** %{{[.0-9A-Z_a-z]+}}
-
-// CHECK-NOT-LABEL: define linkonce_odr %__interface.I* @_ZN1IaSERKS_(%__interface.I* %this, %__interface.I*)
-// CHECK-NOT-LABEL: define linkonce_odr %__interface.I* @_ZN1IaSEOS_(%__interface.I* %this, %__interface.I*)