diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
| commit | dd58ef019b700900793a1eb48b52123db01b654e (patch) | |
| tree | fcfbb4df56a744f4ddc6122c50521dd3f1c5e196 /test/CodeGen/SystemZ/args-02.ll | |
| parent | 2fe5752e3a7c345cdb59e869278d36af33c13fa4 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/SystemZ/args-02.ll')
| -rw-r--r-- | test/CodeGen/SystemZ/args-02.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/args-02.ll b/test/CodeGen/SystemZ/args-02.ll index 8686df88e679..89b080e821bf 100644 --- a/test/CodeGen/SystemZ/args-02.ll +++ b/test/CodeGen/SystemZ/args-02.ll @@ -31,12 +31,12 @@ define void @foo() { ; ; CHECK-FLOAT-LABEL: foo: ; CHECK-FLOAT: lzer %f0 -; CHECK-FLOAT: lcebr %f4, %f0 +; CHECK-FLOAT: lcdfr %f4, %f0 ; CHECK-FLOAT: brasl %r14, bar@PLT ; ; CHECK-DOUBLE-LABEL: foo: ; CHECK-DOUBLE: lzdr %f2 -; CHECK-DOUBLE: lcdbr %f6, %f2 +; CHECK-DOUBLE: lcdfr %f6, %f2 ; CHECK-DOUBLE: brasl %r14, bar@PLT ; ; CHECK-FP128-1-LABEL: foo: |
