From: Davide Italiano Date: Tue, 14 Jun 2016 01:11:12 +0000 (+0000) Subject: Placate bots fixing a typo in AA-pipeline description. Sorry. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd472d1a6954571f957093fec307039ff541265e;p=llvm 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 --- 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"