diff options
Diffstat (limited to 'llvm/test/Assembler/half-constprop.ll')
| -rw-r--r-- | llvm/test/Assembler/half-constprop.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Assembler/half-constprop.ll b/llvm/test/Assembler/half-constprop.ll index 9e24f7242ba..c4429bcaddb 100644 --- a/llvm/test/Assembler/half-constprop.ll +++ b/llvm/test/Assembler/half-constprop.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -O3 -S | FileCheck %s +; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5 ; Testing half constant propagation. define half @abc() nounwind { |

