projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf89553
)
Update for change in parameter attribute syntax.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 5 Jan 2007 18:35:52 +0000
(18:35 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 5 Jan 2007 18:35:52 +0000
(18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32924
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/trunc-to-bool.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/trunc-to-bool.ll
b/test/CodeGen/X86/trunc-to-bool.ll
index f4fa9c6503af6c426669e7c581cee218df2d27de..e9c18c55d15e82f21cdc6a6f6e248f6c0099a31d 100644
(file)
--- a/
test/CodeGen/X86/trunc-to-bool.ll
+++ b/
test/CodeGen/X86/trunc-to-bool.ll
@@
-5,7
+5,7
@@
; RUN: llvm-as < %s | llc -march=x86 | grep '\(and\)\|\(test.*\$1\)' | \
; RUN: wc -l | grep 6
-define bool
@zext %test1(i32 %X)
{
+define bool
%test1(i32 %X) zext
{
%Y = trunc i32 %X to bool
ret bool %Y
}