diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/store-combine.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/store-combine.ll b/llvm/test/CodeGen/PowerPC/store-combine.ll index b168a8e637c..ed8f2309c37 100644 --- a/llvm/test/CodeGen/PowerPC/store-combine.ll +++ b/llvm/test/CodeGen/PowerPC/store-combine.ll @@ -234,8 +234,8 @@ entry: %conv28 = trunc i64 %shr26 to i8 store i8 %conv28, i8* %p, align 1 ret void -; CHECK-PPC64LE: stdbrx [[REG2]], 0, 4 -; CHECK-PPC64: stdx [[REG2]], 0, 4 +; CEHCK-PPC64LE: stdbrx [[REG2]], 0, 4 +; CEHCK-PPC64: stdx [[REG2]], 0, 4 } ; One of the stores is volatile |