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}"


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to