diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll b/llvm/test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll index a18829e1bce..b1cbb36fe04 100644 --- a/llvm/test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll +++ b/llvm/test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll @@ -9,7 +9,7 @@ entry: store i64 %z2, i64* %xx, align 4 ret void -; CHECK: test: +; CHECK-LABEL: test: ; CHECK: sldi {{.*}}, {{.*}}, 32 ; Note: it's okay if someday CodeGen gets smart enough to optimize out ; the shift. |