Slightly reformat LDA tests to ease grepping.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77398 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/LoopDependenceAnalysis/alias.ll b/test/Analysis/LoopDependenceAnalysis/alias.ll
index 6c61326..b6a5a4f 100644
--- a/test/Analysis/LoopDependenceAnalysis/alias.ll
+++ b/test/Analysis/LoopDependenceAnalysis/alias.ll
@@ -1,6 +1,6 @@
 ; RUN: llvm-as < %s | opt -disable-output -analyze -lda | FileCheck %s
 
-; x[5] = x[6] // with x being a pointer passed as argument
+;; x[5] = x[6] // with x being a pointer passed as argument
 
 define void @f1(i32* nocapture %xptr) nounwind {
 entry:
@@ -21,7 +21,7 @@
   ret void
 }
 
-; x[5] = x[6] // with x being an array on the stack
+;; x[5] = x[6] // with x being an array on the stack
 
 define void @foo(...) nounwind {
 entry: