diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr31144.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pr31144.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr31144.ll b/llvm/test/CodeGen/PowerPC/pr31144.ll index dc48d7cdfc3..b968b4b80ac 100644 --- a/llvm/test/CodeGen/PowerPC/pr31144.ll +++ b/llvm/test/CodeGen/PowerPC/pr31144.ll @@ -10,7 +10,7 @@ entry: ret void ; CHECK-LABEL: @foo1 -; CHECK: mtvsrwz +; CHECK: mtfprwz } define void @foo2(i16* %p) { @@ -21,6 +21,6 @@ entry: ret void ; CHECK-LABEL: @foo2 -; CHECK: mtvsrwz +; CHECK: mtfprwz } |