diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2016-07-31 21:08:10 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@dberlin.org> | 2016-07-31 21:08:10 +0000 |
commit | cdda3ce478effa19f323035b3eb1f303c6a5609d (patch) | |
tree | 7a3e7a2d2e5a74f9c6c85a847b79163797ca450b /llvm/unittests/Transforms | |
parent | f8099f256d466bcc21d62bf864e2fa3e58cc9818 (diff) | |
download | bcm5719-llvm-cdda3ce478effa19f323035b3eb1f303c6a5609d.tar.gz bcm5719-llvm-cdda3ce478effa19f323035b3eb1f303c6a5609d.zip |
Comment fixes to MemorySSA.h
llvm-svn: 277308
Diffstat (limited to 'llvm/unittests/Transforms')
-rw-r--r-- | llvm/unittests/Transforms/Utils/MemorySSA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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), |