forked from OSchip/llvm-project
Placate bots fixing a typo in AA-pipeline description. Sorry.
llvm-svn: 272608
This commit is contained in:
parent
46590d556a
commit
5669ef1efe
|
@ -1,5 +1,5 @@
|
|||
; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s
|
||||
; RUN: opt -aa-pipeline=basicaa -passes='require<memdep>',mldst-motion \
|
||||
; RUN: opt -aa-pipeline=basic-aa -passes='require<memdep>',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"
|
||||
|
|
Loading…
Reference in New Issue