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:
86b5db8
)
Fix test; sorry for any inconvenience.
author
Eli Friedman
<eli.friedman@gmail.com>
Thu, 1 Sep 2011 21:25:42 +0000
(21:25 +0000)
committer
Eli Friedman
<eli.friedman@gmail.com>
Thu, 1 Sep 2011 21:25:42 +0000
(21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138966
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/Sink/basic.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/Sink/basic.ll
b/test/Transforms/Sink/basic.ll
index 81782e9d42c860d9edfa6adc4307855cd4a23db3..23433728c13a675b83757892ceb50ba07888b305 100644
(file)
--- a/
test/Transforms/Sink/basic.ll
+++ b/
test/Transforms/Sink/basic.ll
@@
-24,11
+24,11
@@
false:
; But don't sink volatile loads...
; CHECK: @foo2
-; CHECK:
volatile load
+; CHECK:
load volatile
; CHECK-NEXT: store i32
define i32 @foo2(i1 %z) {
- %l =
volatile load
i32* @A
+ %l =
load volatile
i32* @A
store i32 0, i32* @B
br i1 %z, label %true, label %false
true: