From 678732933ff8db4434aaf760c463ecd5e0fd240a Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Wed, 11 Mar 2015 21:50:09 +0000 Subject: [PATCH] Don't overconstrain a FileCheck pattern llvm-svn: 231971 --- clang/test/CodeGenCXX/microsoft-abi-throw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenCXX/microsoft-abi-throw.cpp b/clang/test/CodeGenCXX/microsoft-abi-throw.cpp index 5737ce3..0548eb44 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-throw.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-throw.cpp @@ -72,7 +72,7 @@ void i(Variadic &v) { // CHECK: store {{.*}} %this, {{.*}} %[[this_addr:.*]], align // CHECK: %[[this:.*]] = load {{.*}} %[[this_addr]] // CHECK: %[[src:.*]] = load {{.*}} %[[src_addr]] -// CHECK: %call = call {{.*}} @"\01??0Variadic@@QAA@AAU0@ZZ"({{.*}} %[[this]], {{.*}} %[[src]]) +// CHECK: call {{.*}} @"\01??0Variadic@@QAA@AAU0@ZZ"({{.*}} %[[this]], {{.*}} %[[src]]) // CHECK: ret void struct TemplateWithDefault { -- 2.7.4