mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user