1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Oops, make this test the right thing.

llvm-svn: 17731
This commit is contained in:
Chris Lattner 2004-11-14 06:11:41 +00:00
parent 363e78c357
commit 8418e06978

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis
; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis | grep 'ret bool true'
implementation
internal int %foo(bool %C) {