]> granicus.if.org Git - llvm/commit
[AVR] Fix the test suite
authorDylan McKay <me@dylanmckay.io>
Wed, 19 Apr 2017 12:02:52 +0000 (12:02 +0000)
committerDylan McKay <me@dylanmckay.io>
Wed, 19 Apr 2017 12:02:52 +0000 (12:02 +0000)
commit4c9576b0d28c62cda2033800ad90b58055e1d3f7
tree3b8c307e412a00e9219be06608df55e52bfe4cc3
parentc0199e4844a798d255d562539cfe6ddbf38caeee
[AVR] Fix the test suite

A bunch of tests failed because memory operations have been reordered.

I am unsure which commit changed this behaviour as the AVR build was
failing at that point with an unrelated error.

This commit just reoders some of the CHECK lines in some tests to suit
current llc output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300682 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AVR/alloca.ll
test/CodeGen/AVR/call.ll
test/CodeGen/AVR/directmem.ll
test/CodeGen/AVR/varargs.ll