mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
FileCheck-ize a test to make it easier to migrate to typeless pointers
llvm-svn: 229278
This commit is contained in:
parent
d4624d6acc
commit
9f95d71989
@ -1,5 +1,6 @@
|
||||
; RUN: opt < %s -argpromotion -S | \
|
||||
; RUN: grep "load i32\* %A"
|
||||
; RUN: opt < %s -argpromotion -S | FileCheck %s
|
||||
|
||||
; CHECK: load i32* %A
|
||||
target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
|
||||
|
||||
define internal i32 @callee(i1 %C, i32* %P) {
|
||||
|
Loading…
Reference in New Issue
Block a user