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:
ec6867e
)
Fix old style test
author
Chris Lattner
<sabre@nondot.org>
Mon, 8 Sep 2003 16:29:02 +0000
(16:29 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 8 Sep 2003 16:29:02 +0000
(16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8390
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/GCSE/gcsetests.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/GCSE/gcsetests.ll
b/test/Transforms/GCSE/gcsetests.ll
index 9a6f2355427640aae03831ff925c9bc13b735266..26a5382fae92afea30987365926ea3e917f598db 100644
(file)
--- a/
test/Transforms/GCSE/gcsetests.ll
+++ b/
test/Transforms/GCSE/gcsetests.ll
@@
-12,9
+12,9
@@
begin
%C = shl int %i, ubyte 1
%D = shl int %i, ubyte 1
- %E = getelementptr int* %p,
uint
12
- %F = getelementptr int* %p,
uint
12
- %G = getelementptr int* %p,
uint
13
+ %E = getelementptr int* %p,
long
12
+ %F = getelementptr int* %p,
long
12
+ %G = getelementptr int* %p,
long
13
ret void
end