summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-08-23 22:08:27 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-08-23 22:08:27 +0000
commit8c3fbdc6c4649f8c3c018cf32be4407c672e574c (patch)
tree4b1501127fddc6956350b27ea9cba6d871ef28ed /llvm/test
parentd0cfb7344e101f656be024d29d9cd0aaefea4288 (diff)
downloadbcm5719-llvm-8c3fbdc6c4649f8c3c018cf32be4407c672e574c.tar.gz
bcm5719-llvm-8c3fbdc6c4649f8c3c018cf32be4407c672e574c.zip
Revert r279564. It introduces undefined behavior (binding a reference to a
dereferenced null pointer) in MachineModuleInfo::MachineModuleInfo that causes -Werror builds (including several buildbots) to fail. llvm-svn: 279580
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Generic/stop-after.ll1
-rw-r--r--llvm/test/CodeGen/X86/hidden-vis-pic.ll2
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/stop-after.ll b/llvm/test/CodeGen/Generic/stop-after.ll
index 3ceba913054..07a60f7381a 100644
--- a/llvm/test/CodeGen/Generic/stop-after.ll
+++ b/llvm/test/CodeGen/Generic/stop-after.ll
@@ -3,6 +3,7 @@
; STOP: -loop-reduce
; STOP: Loop Strength Reduction
+; STOP-NEXT: Machine Function Analysis
; STOP-NEXT: MIR Printing Pass
; START: -machine-branch-prob -pre-isel-intrinsic-lowering
diff --git a/llvm/test/CodeGen/X86/hidden-vis-pic.ll b/llvm/test/CodeGen/X86/hidden-vis-pic.ll
index 23bdb843f5c..96adf621752 100644
--- a/llvm/test/CodeGen/X86/hidden-vis-pic.ll
+++ b/llvm/test/CodeGen/X86/hidden-vis-pic.ll
@@ -17,7 +17,7 @@ entry:
; This must use movl of the stub, not an lea, since the function isn't being
; emitted here.
-; CHECK: movl L__ZNSbIcED1Ev$non_lazy_ptr-L0$pb(
+; CHECK: movl L__ZNSbIcED1Ev$non_lazy_ptr-L1$pb(
OpenPOWER on IntegriCloud