diff options
| author | Serge Pavlov <sepavloff@gmail.com> | 2017-01-15 10:23:18 +0000 |
|---|---|---|
| committer | Serge Pavlov <sepavloff@gmail.com> | 2017-01-15 10:23:18 +0000 |
| commit | ed5eb933840f85fd3db135cc6f8d7a847c7921e4 (patch) | |
| tree | c41569156aae8f23348ae6bfa6401731484348a7 /llvm/test | |
| parent | bf56ad36cb79c1912bf8bf6725b634652d462dda (diff) | |
| download | bcm5719-llvm-ed5eb933840f85fd3db135cc6f8d7a847c7921e4.tar.gz bcm5719-llvm-ed5eb933840f85fd3db135cc6f8d7a847c7921e4.zip | |
Reverted: Track validity of pass results
Commits r291882 and related r291887.
llvm-svn: 292062
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/Generic/externally_available.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Mips/mul.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/externally_available.ll b/llvm/test/CodeGen/Generic/externally_available.ll index 2376bc73992..7976cc97188 100644 --- a/llvm/test/CodeGen/Generic/externally_available.ll +++ b/llvm/test/CodeGen/Generic/externally_available.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machine-dom-info < %s | not grep test_ +; RUN: llc < %s | not grep test_ ; test_function should not be emitted to the .s file. define available_externally i32 @test_function() { diff --git a/llvm/test/CodeGen/Mips/mul.ll b/llvm/test/CodeGen/Mips/mul.ll index fa147b08ff2..9e053fc2e7d 100644 --- a/llvm/test/CodeGen/Mips/mul.ll +++ b/llvm/test/CodeGen/Mips/mul.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 -verify-loop-info < %s | FileCheck %s -check-prefix=16 +; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16 @iiii = global i32 5, align 4 @jjjj = global i32 -6, align 4 |

