aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/InstructionCostTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/InstructionCostTest.cpp')
-rw-r--r--llvm/unittests/Support/InstructionCostTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/InstructionCostTest.cpp b/llvm/unittests/Support/InstructionCostTest.cpp
index efe8388..5392689 100644
--- a/llvm/unittests/Support/InstructionCostTest.cpp
+++ b/llvm/unittests/Support/InstructionCostTest.cpp
@@ -14,7 +14,7 @@ using namespace llvm;
namespace {
struct CostTest : public testing::Test {
- CostTest() {}
+ CostTest() = default;
};
} // namespace