diff options
author | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2013-10-06 07:06:44 +0000 |
---|---|---|
committer | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2013-10-06 07:06:44 +0000 |
commit | f482d3d3387549bc319d2ef67bd98e261c9dac42 (patch) | |
tree | cc5ce6725d186587e15389310183899ded7a8386 /llvm/test/CodeGen/SPARC/fp128.ll | |
parent | 462a2d235bd8bf8e35437dd6c8a927a6fef0054d (diff) | |
download | bcm5719-llvm-f482d3d3387549bc319d2ef67bd98e261c9dac42.tar.gz bcm5719-llvm-f482d3d3387549bc319d2ef67bd98e261c9dac42.zip |
[Sparc] Do not emit nop after fcmp* instruction with V9.
llvm-svn: 192056
Diffstat (limited to 'llvm/test/CodeGen/SPARC/fp128.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/fp128.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/SPARC/fp128.ll b/llvm/test/CodeGen/SPARC/fp128.ll index 789e074d917..7820b766388 100644 --- a/llvm/test/CodeGen/SPARC/fp128.ll +++ b/llvm/test/CodeGen/SPARC/fp128.ll @@ -64,6 +64,7 @@ entry: ; HARD-LABEL: f128_compare ; HARD: fcmpq +; HARD-NEXT: nop ; SOFT-LABEL: f128_compare ; SOFT: _Q_cmp |