Author: majnemer
Date: Sat Feb 15 01:02:11 2014
New Revision: 201462
URL: http://llvm.org/viewvc/llvm-project?rev=201462&view=rev
Log:
MS ABI: Remove a useless FileCheck line
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'.
Modified:
cfe/trunk/test/CodeGenCXX/microsoft-interface.cpp
Modified: cfe/trunk/test/CodeGenCXX/microsoft-interface.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/microsoft-interface.cpp?rev=201462&r1=201461&r2=201462&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/microsoft-interface.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/microsoft-interface.cpp Sat Feb 15 01:02:11 2014
@@ -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*)
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits