r228438 - Make this test a little less specific by removing the argument that

Eric Christopher echristo at gmail.com
Fri Feb 6 12:53:40 PST 2015


Author: echristo
Date: Fri Feb  6 14:53:40 2015
New Revision: 228438

URL: http://llvm.org/viewvc/llvm-project?rev=228438&view=rev
Log:
Make this test a little less specific by removing the argument that
could change.

Modified:
    cfe/trunk/test/CodeGen/inline-asm-matching-constraint.c

Modified: cfe/trunk/test/CodeGen/inline-asm-matching-constraint.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/inline-asm-matching-constraint.c?rev=228438&r1=228437&r2=228438&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/inline-asm-matching-constraint.c (original)
+++ cfe/trunk/test/CodeGen/inline-asm-matching-constraint.c Fri Feb  6 14:53:40 2015
@@ -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}"





More information about the cfe-commits mailing list