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:
0ec707a
)
Fix testcase for attribute ordering.
author
Bill Wendling
<isanbard@gmail.com>
Fri, 15 Feb 2013 00:58:25 +0000
(
00:58
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 15 Feb 2013 00:58:25 +0000
(
00:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175236
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/MemCpyOpt/memcpy.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/MemCpyOpt/memcpy.ll
b/test/Transforms/MemCpyOpt/memcpy.ll
index
c19a93a
..
8fdfbbc
100644
(file)
--- a/
test/Transforms/MemCpyOpt/memcpy.ll
+++ b/
test/Transforms/MemCpyOpt/memcpy.ll
@@
-98,7
+98,7
@@
entry:
ret i32 0
; CHECK: @test5(
; CHECK: store i8 4
- ; CHECK: call void @test5a(%struct.S*
align 16 byval
%y)
+ ; CHECK: call void @test5a(%struct.S*
byval align 16
%y)
}
;; Noop memcpy should be zapped.