summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
diff options
context:
space:
mode:
authorSerge Pavlov <sepavloff@gmail.com>2019-08-29 19:29:11 +0700
committerSerge Pavlov <sepavloff@gmail.com>2019-11-15 19:56:33 +0700
commite6584b2b7b2de06f1e59aac41971760cac1e1b79 (patch)
tree7506796affad17479abef09b0a271e8547a80aa8 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
parent0df4a8f72a4fadc1e0978a0aa1786afa34945046 (diff)
downloadbcm5719-llvm-e6584b2b7b2de06f1e59aac41971760cac1e1b79.tar.gz
bcm5719-llvm-e6584b2b7b2de06f1e59aac41971760cac1e1b79.zip
Move floating point related entities to namespace level
Enumerations that describe rounding mode and exception behavior were defined inside ConstrainedFPIntrinsic. It makes sense to use the same definitions to represent the same properties in other cases, not only in constrained intrinsics. It was however inconvenient as required to include constrained intrinsics definitions even if they were not needed. Also using long scope prefix reduced readability. This change moves these definitioins to the namespace llvm::fp. No functional changes. Differential Revision: https://reviews.llvm.org/D69552
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud