From cd472d1a6954571f957093fec307039ff541265e Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 14 Jun 2016 01:11:12 +0000 Subject: [PATCH] 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 --- test/Transforms/InstMerge/exceptions.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstMerge/exceptions.ll b/test/Transforms/InstMerge/exceptions.ll index f1cda008b1d..ec0e3436911 100644 --- a/test/Transforms/InstMerge/exceptions.ll +++ b/test/Transforms/InstMerge/exceptions.ll @@ -1,5 +1,5 @@ ; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s -; RUN: opt -aa-pipeline=basicaa -passes='require',mldst-motion \ +; RUN: opt -aa-pipeline=basic-aa -passes='require',mldst-motion \ ; RUN: -S < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" -- 2.50.1