diff options
Diffstat (limited to 'llvm/test/Bitcode/flags.ll')
| -rw-r--r-- | llvm/test/Bitcode/flags.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/flags.ll b/llvm/test/Bitcode/flags.ll index 7b0c5b53889..3760a44bd6f 100644 --- a/llvm/test/Bitcode/flags.ll +++ b/llvm/test/Bitcode/flags.ll @@ -1,6 +1,7 @@ ; RUN: llvm-as < %s | llvm-dis > %t0 ; RUN: opt -S < %s > %t1 ; RUN: diff %t0 %t1 +; RUN: llvm-uselistorder < %s -preserve-bc-use-list-order -num-shuffles=5 ; PR6140 ; Make sure the flags are serialized/deserialized properly for both |

