X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FAnalysis%2FGlobalsModRef%2Findirect-global.ll;h=992764e5bae6a1b80c7acb02cbb99b0b2961645e;hp=028132324674c9c5b71a1a3d65cbf3fc343584a8;hb=81f4bf79a1db8e0bc6bdf211cb74fd1b2212385f;hpb=2fd32b4a0f17a97f1f9cc880e1ca0afda42d207b diff --git a/test/Analysis/GlobalsModRef/indirect-global.ll b/test/Analysis/GlobalsModRef/indirect-global.ll index 02813232467..992764e5bae 100644 --- a/test/Analysis/GlobalsModRef/indirect-global.ll +++ b/test/Analysis/GlobalsModRef/indirect-global.ll @@ -1,4 +1,7 @@ -; RUN: opt < %s -basicaa -globalsmodref-aa -gvn -instcombine -S | FileCheck %s +; RUN: opt < %s -basicaa -globalsmodref-aa -gvn -instcombine -S -enable-unsafe-globalsmodref-alias-results | FileCheck %s +; +; Note that this test relies on an unsafe feature of GlobalsModRef. While this +; test is correct and safe, GMR's technique for handling this isn't generally. @G = internal global i32* null ; [#uses=3]