mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Update this test because constant integers are always printed signed now.
llvm-svn: 32699
This commit is contained in:
parent
a975b95adb
commit
c56e82c8c6
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -constprop | llvm-dis | grep 4294967295 &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -constprop | llvm-dis | grep 'uint -1' &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -constprop | llvm-dis | not grep zeroinitializer
|
||||
|
||||
< 4 x uint> %test() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user