diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-07-21 23:12:46 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-07-21 23:13:51 -0700 |
| commit | c9482f724f2c6369a56faddd3ba4c1f00545a086 (patch) | |
| tree | 5c03d123d622d52be917c7da7b1de854fdffcb4a /src/test/codegen | |
| parent | e6fc62a1ef6cfb545d4f33914a4440c6bbcbf9eb (diff) | |
| download | rust-c9482f724f2c6369a56faddd3ba4c1f00545a086.tar.gz rust-c9482f724f2c6369a56faddd3ba4c1f00545a086.zip | |
Only run the test on x86_64
Smaller platforms don't merge the loads the same way.
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/swap-small-types.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/codegen/swap-small-types.rs b/src/test/codegen/swap-small-types.rs index f34a1d669bd..46406ee5182 100644 --- a/src/test/codegen/swap-small-types.rs +++ b/src/test/codegen/swap-small-types.rs @@ -9,6 +9,7 @@ // except according to those terms. // compile-flags: -O +// only-x86_64 #![crate_type = "lib"] |
