summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2016-07-31 21:08:10 +0000
committerDaniel Berlin <dberlin@dberlin.org>2016-07-31 21:08:10 +0000
commitcdda3ce478effa19f323035b3eb1f303c6a5609d (patch)
tree7a3e7a2d2e5a74f9c6c85a847b79163797ca450b /llvm/unittests/Transforms
parentf8099f256d466bcc21d62bf864e2fa3e58cc9818 (diff)
downloadbcm5719-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.cpp2
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),
OpenPOWER on IntegriCloud