FileCheck-ize a test to make it easier to migrate to typeless pointers

llvm-svn: 229278
This commit is contained in:
David Blaikie 2015-02-15 04:14:00 +00:00
parent 15a8444d16
commit 0c1a24026e
1 changed files with 3 additions and 2 deletions

View File

@ -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) {