diff options
Diffstat (limited to 'llvm/test/Assembler/2008-09-02-FunctionNotes.ll')
-rw-r--r-- | llvm/test/Assembler/2008-09-02-FunctionNotes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes.ll index 6ab85faf3fb..a629c9341a9 100644 --- a/llvm/test/Assembler/2008-09-02-FunctionNotes.ll +++ b/llvm/test/Assembler/2008-09-02-FunctionNotes.ll @@ -1,6 +1,6 @@ ; Test function attributes ; RUN: llvm-as < %s | llvm-dis | FileCheck %s -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s ; CHECK: define void @fn1() #0 define void @fn1() alwaysinline { |