Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit cd472d1

Browse files
committed
Placate bots fixing a typo in AA-pipeline description. Sorry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272608 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9897e75 commit cd472d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Transforms/InstMerge/exceptions.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
2-
; RUN: opt -aa-pipeline=basicaa -passes='require<memdep>',mldst-motion \
2+
; RUN: opt -aa-pipeline=basic-aa -passes='require<memdep>',mldst-motion \
33
; RUN: -S < %s | FileCheck %s
44
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
55
target triple = "x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)