diff options
Diffstat (limited to 'llvm/unittests/Transforms/Utils/CloningTest.cpp')
-rw-r--r-- | llvm/unittests/Transforms/Utils/CloningTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/unittests/Transforms/Utils/CloningTest.cpp b/llvm/unittests/Transforms/Utils/CloningTest.cpp index b8b0357..fe81986 100644 --- a/llvm/unittests/Transforms/Utils/CloningTest.cpp +++ b/llvm/unittests/Transforms/Utils/CloningTest.cpp @@ -1203,13 +1203,9 @@ TEST_F(CloneInstruction, cloneKeyInstructions) { ASSERT_FALSE(verifyModule(*M, &errs())); -#ifdef EXPERIMENTAL_KEY_INSTRUCTIONS #define EXPECT_ATOM(Inst, G) \ EXPECT_TRUE(Inst->getDebugLoc()); \ EXPECT_EQ(Inst->getDebugLoc()->getAtomGroup(), uint64_t(G)); -#else -#define EXPECT_ATOM(Inst, G) (void)Inst; -#endif Function *F = M->getFunction("test"); BasicBlock *BB = &*F->begin(); |