OSDN Git Service

* add some DEBUG statements
authorChris Lattner <sabre@nondot.org>
Fri, 28 Jan 2005 19:32:01 +0000 (19:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Jan 2005 19:32:01 +0000 (19:32 +0000)
commitad5fec12a02d4e43f9baa5854cff0442d7d682f5
tree43b980173992950fe3fa6a46198594475330e89d
parentce04a6d7f6ce25c7d765a57baa30a70993a46021
* add some DEBUG statements
* Properly compile this:

struct a {};
int test() {
  struct a b[2];
  if (&b[0] != &b[1])
    abort ();
  return 0;
}

to 'return 0', not abort().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp