diff options
author | Sean Silva <chisophugis@gmail.com> | 2016-06-15 06:18:01 +0000 |
---|---|---|
committer | Sean Silva <chisophugis@gmail.com> | 2016-06-15 06:18:01 +0000 |
commit | a4c2d150d0129364b546ead5785da0ea9e77acae (patch) | |
tree | e82e3b4b6f348c7dcaa8bdd5b436d81a50a5be99 /llvm/test/Transforms/AlignmentFromAssumptions/simple.ll | |
parent | 0272be206a0d1369736dfee456bfa7430ccd5e02 (diff) | |
download | bcm5719-llvm-a4c2d150d0129364b546ead5785da0ea9e77acae.tar.gz bcm5719-llvm-a4c2d150d0129364b546ead5785da0ea9e77acae.zip |
[PM] Port AlignmentFromAssumptions to the new PM.
This uses the "runImpl" pattern to share code between the old and new PM.
llvm-svn: 272757
Diffstat (limited to 'llvm/test/Transforms/AlignmentFromAssumptions/simple.ll')
-rw-r--r-- | llvm/test/Transforms/AlignmentFromAssumptions/simple.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/AlignmentFromAssumptions/simple.ll b/llvm/test/Transforms/AlignmentFromAssumptions/simple.ll index 851e6dc3ccc..b91722839c6 100644 --- a/llvm/test/Transforms/AlignmentFromAssumptions/simple.ll +++ b/llvm/test/Transforms/AlignmentFromAssumptions/simple.ll @@ -1,5 +1,6 @@ target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128" ; RUN: opt < %s -alignment-from-assumptions -S | FileCheck %s +; RUN: opt < %s -passes=alignment-from-assumptions -S | FileCheck %s define i32 @foo(i32* nocapture %a) nounwind uwtable readonly { entry: |