Uhm... that was really bad
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 21:26:51 +0000 (21:26 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 21:26:51 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@493 91177308-0d34-0410-b5e6-96231b3b80d8

tools/tests/testPow2.cpp

index 25f0ecd3a61e7bfa221320720e5e203eec8bedcb..d9ecb4a72e1e61972f1ea5214e73fe0e397af344 100644 (file)
@@ -2,7 +2,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "/home/vadve/vadve/Research/DynOpt/LLVM/llvm/include/llvm/Support/MathExtras.h"
+#include "llvm/Support/MathExtras.h"
 
 inline void
 testPow(int C, bool isPow)