diff options
Diffstat (limited to 'test/Transforms/AlignmentFromAssumptions/simple.ll')
-rw-r--r-- | test/Transforms/AlignmentFromAssumptions/simple.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/AlignmentFromAssumptions/simple.ll b/test/Transforms/AlignmentFromAssumptions/simple.ll index 851e6dc3ccc66..b91722839c608 100644 --- a/test/Transforms/AlignmentFromAssumptions/simple.ll +++ b/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: |