Fix test weirdness.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2010-06-26 22:06:50 +00:00
parent a2938e7e5f
commit 2b3b32361f

View File

@ -1,7 +1,7 @@
; If there are two specializations of a function, make sure each callsite
; calls the right one.
;
; RUN: opt -S -partialspecialization %s | opt -S -inline %s | FileCheck %s
; RUN: opt -S -partialspecialization -inline %s | FileCheck %s
declare void @callback1()
declare void @callback2()