diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/emptystruct.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/emptystruct.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/emptystruct.ll b/llvm/test/CodeGen/PowerPC/emptystruct.ll index c6dae82fc06..47cfadd0a7b 100644 --- a/llvm/test/CodeGen/PowerPC/emptystruct.ll +++ b/llvm/test/CodeGen/PowerPC/emptystruct.ll @@ -25,7 +25,7 @@ entry: ret void } -; CHECK: callee: +; CHECK-LABEL: callee: ; CHECK: std 4, ; CHECK-NOT: std 5, ; CHECK-NOT: std 6, @@ -42,7 +42,7 @@ entry: ret void } -; CHECK: caller: +; CHECK-LABEL: caller: ; CHECK: addi 4, ; CHECK-NOT: std 5, ; CHECK-NOT: std 6, |