diff options
author | Gabor Buella <gabor.buella@intel.com> | 2018-07-04 13:28:39 +0000 |
---|---|---|
committer | Gabor Buella <gabor.buella@intel.com> | 2018-07-04 13:28:39 +0000 |
commit | da4a966e1c3c0315512e1dfe5cd486722bcc0fbf (patch) | |
tree | 2e718fd3ceb9fe5f6e0dbec033a5181559550252 /llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll | |
parent | ab2b0530d934fbacd6b9bf1dde240b948869b886 (diff) | |
download | bcm5719-llvm-da4a966e1c3c0315512e1dfe5cd486722bcc0fbf.tar.gz bcm5719-llvm-da4a966e1c3c0315512e1dfe5cd486722bcc0fbf.zip |
NFC - Various typo fixes in tests
llvm-svn: 336268
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll b/llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll index 6eaf75c4fb9..da1f366757a 100644 --- a/llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll +++ b/llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll @@ -8,7 +8,7 @@ define i32 @fct(i32 %i1, i32 %i2) { ; Sign extension is used more than once, thus it should not be folded. ; CodeGenPrepare is not sharing sext across uses, thus this is folded because ; of that. -; _CHECK-NOT_: , sxtw] +; _CHECK-NOT: , sxtw] entry: %idxprom = sext i32 %i1 to i64 %0 = load i8*, i8** @block, align 8 |