diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/struct_access.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/struct_access.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/struct_access.ll b/llvm/test/Transforms/LoopVectorize/struct_access.ll index 573480d77cd..0cfaabe1774 100644 --- a/llvm/test/Transforms/LoopVectorize/struct_access.ll +++ b/llvm/test/Transforms/LoopVectorize/struct_access.ll @@ -21,7 +21,7 @@ target triple = "x86_64-apple-macosx10.9.0" ; return sum; ; } -;CHECK: @foo +;CHECK-LABEL: @foo( ;CHECK-NOT: load <4 x i32> ;CHECK: ret define i32 @foo(%struct.coordinate* nocapture %A, i32 %n) nounwind uwtable readonly ssp { |