diff options
Diffstat (limited to 'llvm/test/Bitcode/inalloca.ll')
-rw-r--r-- | llvm/test/Bitcode/inalloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/inalloca.ll b/llvm/test/Bitcode/inalloca.ll index b8550052aa6..84abe176d65 100644 --- a/llvm/test/Bitcode/inalloca.ll +++ b/llvm/test/Bitcode/inalloca.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 ; inalloca should roundtrip. |