From cdda3ce478effa19f323035b3eb1f303c6a5609d Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Sun, 31 Jul 2016 21:08:10 +0000 Subject: Comment fixes to MemorySSA.h llvm-svn: 277308 --- llvm/unittests/Transforms/Utils/MemorySSA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/unittests/Transforms/Utils/MemorySSA.cpp') diff --git a/llvm/unittests/Transforms/Utils/MemorySSA.cpp b/llvm/unittests/Transforms/Utils/MemorySSA.cpp index c21121f7870..6916ff536bc 100644 --- a/llvm/unittests/Transforms/Utils/MemorySSA.cpp +++ b/llvm/unittests/Transforms/Utils/MemorySSA.cpp @@ -67,7 +67,7 @@ public: TEST_F(MemorySSATest, CreateALoadAndPhi) { // We create a diamond where there is a store on one side, and then after - // running memory ssa, create a load after the merge point, and use it to test + // building MemorySSA, create a load after the merge point, and use it to test // updating by creating an access for the load and a memoryphi. F = Function::Create( FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), -- cgit v1.2.3