From: Daniel Dunbar Date: Tue, 30 Mar 2010 23:50:00 +0000 (+0000) Subject: Fix test in -Asserts build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c76027db0b7a22bd1addfb3055c435b425fa16b;p=clang Fix test in -Asserts build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/regparm.c b/test/CodeGen/regparm.c index 2dd796489c..b60f8c70d7 100644 --- a/test/CodeGen/regparm.c +++ b/test/CodeGen/regparm.c @@ -18,6 +18,6 @@ int main(void) { // CHECK: call void @reduced(i8 signext inreg 0, {{.*}} %struct.anon* inreg null reduced(0, 0.0, 0, 0.0, 0); - // CHECK: call x86_stdcallcc void %tmp(i32 inreg 1, i32 inreg 2) + // CHECK: call x86_stdcallcc void {{.*}}(i32 inreg 1, i32 inreg 2) bar(1,2); }