mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fix bogus test that the more strict lexer is finding.
llvm-svn: 44216
This commit is contained in:
parent
88f47f2798
commit
bef568f3f8
@ -5,7 +5,7 @@
|
||||
declare x86_fastcallcc i64 @callee(i64)
|
||||
|
||||
define i64 @caller() {
|
||||
%X = callx86_fastcallcc i64 @callee( i64 4294967299 ) ; <i64> [#uses=1]
|
||||
%X = call x86_fastcallcc i64 @callee( i64 4294967299 ) ; <i64> [#uses=1]
|
||||
ret i64 %X
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user