diff options
Diffstat (limited to 'llvm/test/Regression/Assembler/2002-04-29-NameBinding.llx')
| -rw-r--r-- | llvm/test/Regression/Assembler/2002-04-29-NameBinding.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Assembler/2002-04-29-NameBinding.llx b/llvm/test/Regression/Assembler/2002-04-29-NameBinding.llx index 88ad4936067..ad994f0386c 100644 --- a/llvm/test/Regression/Assembler/2002-04-29-NameBinding.llx +++ b/llvm/test/Regression/Assembler/2002-04-29-NameBinding.llx @@ -4,7 +4,7 @@ ; Check by running globaldce, which will remove the constant if there are ; no references to it! ; -; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep constant +; RUN: llvm-upgrade < %s | llvm-as | opt -globaldce | llvm-dis | not grep constant ; %v1 = internal constant int 5 |

