Re: r320971 - [X86] Use {{.*}} instead of hardcoded %1 in knot test.

2017-12-18 Thread Craig Topper via cfe-commits
Thanks! ~Craig On Mon, Dec 18, 2017 at 3:29 AM, Martin Bohme via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: mboehme > Date: Mon Dec 18 03:29:21 2017 > New Revision: 320971 > > URL: http://llvm.org/viewvc/llvm-project?rev=320971&view=rev > Log: > [X86] Use {{.*}} instead of hardco

r320971 - [X86] Use {{.*}} instead of hardcoded %1 in knot test.

2017-12-18 Thread Martin Bohme via cfe-commits
Author: mboehme Date: Mon Dec 18 03:29:21 2017 New Revision: 320971 URL: http://llvm.org/viewvc/llvm-project?rev=320971&view=rev Log: [X86] Use {{.*}} instead of hardcoded %1 in knot test. This makes the test more resilient and consistent with the other tests introduced in r320919. Modified: