mirror of https://github.com/microsoft/clang.git
Make this test a little less specific by removing the argument that
could change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228438 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a710529a3
commit
dcabf4401c
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue