diff options
Diffstat (limited to 'test/Transforms/Float2Int/basic.ll')
-rw-r--r-- | test/Transforms/Float2Int/basic.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/Float2Int/basic.ll b/test/Transforms/Float2Int/basic.ll index 7f04a594dc80c..573714dbfb27a 100644 --- a/test/Transforms/Float2Int/basic.ll +++ b/test/Transforms/Float2Int/basic.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -float2int -S | FileCheck %s +; RUN: opt < %s -passes='float2int' -S | FileCheck %s ; ; Positive tests |