diff options
Diffstat (limited to 'test/Transforms/Inline/cfg_preserve_test.ll')
-rw-r--r-- | test/Transforms/Inline/cfg_preserve_test.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/cfg_preserve_test.ll b/test/Transforms/Inline/cfg_preserve_test.ll index 83179a045c..7548b52dde 100644 --- a/test/Transforms/Inline/cfg_preserve_test.ll +++ b/test/Transforms/Inline/cfg_preserve_test.ll @@ -1,6 +1,6 @@ ; This test ensures that inlining an "empty" function does not destroy the CFG ; -; RUN: as < %s | opt -inline | dis | not grep br +; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep br int %func(int %i) { ret int %i |