1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Placate bots fixing a typo in AA-pipeline description. Sorry.

llvm-svn: 272608
This commit is contained in:
Davide Italiano 2016-06-14 01:11:12 +00:00
parent fde610a872
commit 912c15acd4

View File

@ -1,5 +1,5 @@
; RUN: opt -basicaa -memdep -mldst-motion -S < %s | FileCheck %s ; 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 ; RUN: -S < %s | FileCheck %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"