From f5d997760032647a35bfdffcc99ff3280d2dc06d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 6 Feb 2015 20:53:40 +0000 Subject: [PATCH] Make this test a little less specific by removing the argument that could change. llvm-svn: 228438 --- clang/test/CodeGen/inline-asm-matching-constraint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/inline-asm-matching-constraint.c b/clang/test/CodeGen/inline-asm-matching-constraint.c index 7d073b17b70f..45c387f05ce2 100644 --- a/clang/test/CodeGen/inline-asm-matching-constraint.c +++ b/clang/test/CodeGen/inline-asm-matching-constraint.c @@ -8,4 +8,4 @@ void a(void) { // Check that we can generate code for this correctly. The matching input // constraint should not have an early clobber on it. -// CHECK: call i64 asm sideeffect "mfcr $0", "=&{r0},{r0}"(i64 %0) +// CHECK: call i64 asm sideeffect "mfcr $0", "=&{r0},{r0}"