diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/FileCheck/check-prefixes.txt | 4 | ||||
-rw-r--r-- | test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/FileCheck/check-prefixes.txt b/test/FileCheck/check-prefixes.txt index a8af29d..fc7a043 100644 --- a/test/FileCheck/check-prefixes.txt +++ b/test/FileCheck/check-prefixes.txt @@ -1,9 +1,9 @@ // RUN: FileCheck -check-prefix=ANOTHER-PREFIX -input-file %s %s -// RUN: not FileCheck -check-prefix=PREFIX -input-file %s %s 2>&1 | FileCheck -check-prefix=CHECK-NONEXISTANT-PREFIX %s +// RUN: not FileCheck -check-prefix=PREFIX -input-file %s %s 2>&1 | FileCheck -check-prefix=CHECK-NONEXISTENT-PREFIX %s foobar ; ANOTHER-PREFIX: foobar ; We use regex to match the colon so that FileCheck won't think it is a check ; prefix. -; CHECK-NONEXISTANT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}' +; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}' diff --git a/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll b/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll index fad5241..001a1d6 100644 --- a/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll +++ b/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -loop-reduce -S | FileCheck %s ; -; Test LSR's ability to prune formulae that refer to nonexistant +; Test LSR's ability to prune formulae that refer to nonexistent ; AddRecs in other loops. ; ; Unable to reduce this case further because it requires LSR to exceed |