diff options
Diffstat (limited to 'llvm/test/Assembler/functionlocal-metadata.ll')
-rw-r--r-- | llvm/test/Assembler/functionlocal-metadata.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/functionlocal-metadata.ll b/llvm/test/Assembler/functionlocal-metadata.ll index 3fcf636a72c..a19179c6dff 100644 --- a/llvm/test/Assembler/functionlocal-metadata.ll +++ b/llvm/test/Assembler/functionlocal-metadata.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis | FileCheck %s -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s define void @Foo(i32 %a, i32 %b) { entry: |