diff options
Diffstat (limited to 'test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll')
-rw-r--r-- | test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll b/test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll index 9d09911ac1..2c78695e41 100644 --- a/test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll +++ b/test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll @@ -1,7 +1,7 @@ ; This testcase shows a bug where an common subexpression exists, but there ; is no shared dominator block that the expression can be hoisted out to. ; -; RUN: llvm-as < %s | opt -gcse | llvm-dis +; RUN: llvm-upgrade < %s | llvm-as | opt -gcse | llvm-dis int "test"(int %X, int %Y) { %Z = add int %X, %Y |