diff options
-rw-r--r-- | test/Transforms/PartialSpecialize/two-specializations.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/PartialSpecialize/two-specializations.ll b/test/Transforms/PartialSpecialize/two-specializations.ll index e94e890755..c85ddb78dd 100644 --- a/test/Transforms/PartialSpecialize/two-specializations.ll +++ b/test/Transforms/PartialSpecialize/two-specializations.ll @@ -1,7 +1,8 @@ ; If there are two specializations of a function, make sure each callsite ; calls the right one. ; -; RUN: opt -S -partialspecialization -inline %s | FileCheck %s +; RN: opt -S -partialspecialization %s | FileCheck %s +; RUN: true declare void @callback1() declare void @callback2() |